Pay | @endifCustomer Name | Agreement# | Amount Due | Agreement Signed Date | Payment Due Date | @if($currentUserRole != 'Dealer')Dealer ID | Dealer Name | @endifVehicle Year, Make Model & Trim | VIN | Bank Name/Lienholder | Sales Person Name | Status |
---|---|---|---|---|---|---|---|---|---|---|---|---|
@if(!isset($row->payment->status))
|
@endif
{{$row->customer->name}} | {{$row->id}} | ${{number_format($row->amount, 2)}} | {{$row->contract_date}} | {{date("Y-m-d", strtotime("+30days ".$row->contract_date))}} | @if($currentUserRole != 'Dealer'){{$row->dealer_id}} | {{$row->sales_rep_name}} | @endif{{$row->year_made}}, {{$row->model_trim}} | {{$row->vin}} | {{$row->bank_name}} | {{$row->sales_rep_name}} | @if(!isset($row->payment->status)) Pending @else Paid {{$row->customer_agreement_payment_id}} @endif |
No Billing records found!! |