@extends('layout') @section('body')
Scheduled Deduction:
@csrf
@if($drivers) @foreach($drivers as $driver)
$
Scheduled Deductions {{$dates}} @if($funds!='') @if(count($funds)>0) @foreach($funds as $fund) @endforeach @else @endif
Reason Amount Driver Issued By
{{$fund->reason}} @if($fund->type==0) ${{$fund->amount}} @else ${{$fund->amount}} @endif @if($fund->driverData) {{$fund->driverData->firstname}} {{$fund->driverData->lastname}} @else no driver founded {{$fund->id}} @endif {{$fund->userData->firstname}} {{$fund->userData->lastname}}
No Cash Advance or Charge for this date
@endif
@endsection @section('head') @endsection @section('script') @endsection