@if (count($docs) === 0) @endif
Vehicle No Vehicle Name Present Km Next Km Next Due
No matching records found
@foreach($accounts as $account) @endforeach
Account ID Account Name Balance Open Balance
{{$account->account_id}} {{$account->master_name}} {{ number_format($account->cl_balance, 2, '.', ',') }} {{ number_format($account->op_balance, 2, '.', ',') }}