@extends('layouts.admin') @section('content')

CONTRACT

LOCATIONS

LOGIC

ACCESSORIAL

@if($contract)
{{ method_field('PUT') }} {{ csrf_field() }} @var $btnLabel = 'Update' @else {{ csrf_field() }} @var $btnLabel = 'Add' @endif
Type Of Contract
Contract Information
@if($contract)
@endif
type == 'client') style="display:block;" @endif @endif > Client Specific
type == 'carrier') style="display:block;" @endif @endif > Carrier Specific
Status
Description Specified Area Actions
New
Description Origin Location Destination Location Equipment Type Effective Date Actions
New
Code Description Origin Location Destination Location Effective Date Actions
New

United States

@foreach ($states as $state) @if(in_array($state, $usState))
@endif @endforeach

Canada

@foreach ($states as $state) @if(in_array($state, $canState))
@endif @endforeach
Zip Code In
Zip Code Out
Cities In Area
Cities Not Area
Logic Location
{!! FormField::select2('origin_location', $locations, null, true, 'Please Select', 'location-dropdown', 'logic_') !!}
{!! FormField::select2('destination_location', $locations, null, true, 'Please Select', 'location-dropdown', 'logic_') !!}
Rate Information
Custom Rate Base Choose Below
{!! FormField::select2('custom_rate_base_id', $customRateBases, null, true, 'Please Select', null, 'logic_') !!}
Enter Rate Below
Logic
{!! FormField::select('equipment_type', $equipmentTypes, false, true, 'Please Select', null, 'logic_') !!}
Location Information
{!! FormField::select2('origin_location', $locations, null, true, 'Please Select', 'location-dropdown', 'accessorial_') !!}
{!! FormField::select2('destination_location', $locations, null, true, 'Please Select', 'location-dropdown', 'accessorial_') !!}
Charge Information
Custom Fuel Surcharge Choose Below
{!! FormField::select2('custom_fuel_surcharge_id', $customFuelSurcharges, null, true, 'Please Select', null, 'accessorial_') !!}
Enter Charge Below
Accessorial
{!! FormField::select('accessorial_type', $accessorialTypes, false, true, 'Please Select', null, 'accessorial_') !!}
@endsection @section('scripts') @endsection