@extends('layout') @section('body')
Holder: {{$holder}}
Date:
Period:
Print Save
Trip # Description Reference Date Amount
Del 2 2 2 2 2
@foreach($loads as $load) @endforeach
Trip # From To Route Description Mileage Empty Mile Qty Rate Amount Status
{{$load->load_number}} {{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}}
Description Date Accounting Item Debit Credit Escrow Amount
+ Trip # From To Route Description Mileage EmptyMile
Description Date Accounting Item Debit Credit Escrow Amount
+ Trip # From To Route Description Mileage EmptyMile
Description Date Scheduled Escrow Amount
+ Trip # From To Route Description
Description City State Invoice # Date Co.Fee Total Amount
Description City State Invoice # Date Co.Fee Total Amount
File Name Type Size(KB) Created Last modified File Type
File Name Type Size(KB) Created Last modified File Type
@endsection @section('head') @endsection @section('script') @endsection