@extends('admin.layouts.app') @section('title', 'Client Discount Report') @push('styles') @endpush @section('container')
| SL | Date | Client Name | Address | Discount Amount |
|---|---|---|---|---|
| {{ $index+1 }} | {{ $log->date }} | {{ $log->client->name??'' }} | {{ $log->client->address??'' }} | {{ number_format($log->amount,2) }} |
| Total | {{ number_format($total,2) }} | |||