@extends('layout') @section('body')
Holder: {{$holder}}
Date:
Period:
Delete Print
@if($ownerstate) @endif @if(!$stateloadlist && !$statecreditlist && !$statedeductionlist && !$stateschdeductionlist && !$statefuellist) @endif @if($stateloadlist) @foreach($stateloadlist as $loadlist) @if($ownerstate) @endif @endforeach @endif @if($statecreditlist) @foreach($statecreditlist as $creditlist) @if($ownerstate) @endif @endforeach @endif @if($statedeductionlist) @foreach($statedeductionlist as $deductionlist) @if($ownerstate) @endif @endforeach @endif @if($stateschdeductionlist) @foreach($stateschdeductionlist as $schdeductionlist) @if($ownerstate) @endif @endforeach @endif @if($statefuellist) @foreach($statefuellist as $fuellist) @if($ownerstate) @endif @endforeach @endif
Trip #DriverDescription Reference Date Amount
No data founded.
{{$loadlist['id']}}{{ isset($loadlist['driver']) ? $loadlist['driver'] : '' }}{{$loadlist['description']}} {{$loadlist['reference']}} {{$loadlist['date']}} ${{$loadlist['amount']}}
{{$creditlist['description']}} {{$creditlist['reference']}} {{$creditlist['date']}} ${{$creditlist['amount']}}
{{$deductionlist['description']}} {{$deductionlist['reference']}} {{$deductionlist['date']}} $-{{$deductionlist['amount']}}
{{$schdeductionlist['description']}} {{$schdeductionlist['reference']}} {{$schdeductionlist['date']}} $-{{$schdeductionlist['amount']}}
{{$fuellist['driver']}}{{$fuellist['description']}} {{$fuellist['reference']}} {{$fuellist['date']}} $-{{$fuellist['amount']}}
Total:  ${{$total}}
@if($ownerstate) @endif @if($loads->isEmpty()) @else @foreach($loads as $load) @if($ownerstate) @endif @endforeach @endif
Trip # Load NumberDriverFrom To Route Description Mileage Empty Mile Qty Rate Amount Status Payment
No data founded
{{$load->id}} {{$load->load_number}} {{$load->truck_number}} {{$load->driverData->firstname}} {{$load->driverData->lastname}} {{date('m.d.y', strtotime($load->pickup_date))}} {{date('m.d.y', strtotime($load->delivery_date))}} {{$load->pickup_city}}, {{$load->pickup_state}} - {{$load->delivery_city}}, {{$load->delivery_state}} {{$salary}}% of ${{$load->price}} {{$load->distance}} {{$load->deadhead}} ${{$load->price}} {{$salary}}% ${{$load->price*$salary/100}} {{$load->status}} {{$load->payment_info}}
@if($credits) @foreach($credits as $credit) @endforeach @endif
Description Date Amount
{{$credit->reason}} {{date('m.d.y', strtotime($credit->fund_date))}} ${{$credit->amount}}
@if($deductions) @foreach($deductions as $deduction) @endforeach @endif
Description Date Amount
{{$deduction->reason}} {{date('m.d.y', strtotime($deduction->fund_date))}} ${{$deduction->amount}}
@if($schdeductions->isEmpty()) @else @foreach($schdeductions as $schdeduction) @endforeach @endif
Description Date Amount
No data founded.
{{$schdeduction->reason}} {{date('m.d.y', strtotime($schdeduction->fund_date))}} ${{$schdeduction->amount}}
@if($fuels->isEmpty()) @else @foreach($fuels as $fuel) @endforeach @endif
Name Type Card Truck Date Address Amount
No data founded.
{{$fuel->name}} {{$fuel->type}} {{$fuel->card}} {{$fuel->truck}} {{date('m.d.y', strtotime($fuel->fueldate))}} {{$fuel->address}} ${{$fuel->amount}}
file
@csrf
@if($statefiles) @foreach($statefiles as $file) @endforeach @else @endif
File Name Type Size(KB) Created
{{$file['filename']}} {{$file['type']}} {{$file['size']}} KB {{$file['created']}}
No data founded.
@endsection @section('head') @endsection @section('script') @endsection