@if($this->currentUserRole == 'Dealer') @endif @if($currentUserRole != 'Dealer') @endif @forelse ($records as $k => $row ) @if($this->currentUserRole == 'Dealer') @endif @if($currentUserRole != 'Dealer') @endif @empty @endforelse
Pay Customer Name Agreement# Amount Due Agreement Signed Date Payment Due Date Dealer ID Dealer Name Vehicle 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))}} {{$row->dealer_id}} {{$row->sales_rep_name}} {{$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!!
@if($this->currentUserRole == 'Dealer')

Total Amount: ${{number_format($totalAmount, 2)}}

@error('billing') {{ $message }} @enderror
@endif