@extends('layouts.master')
@section('content')
    @php
        $PayType = config('custom.PayType');
$states = config('custom.states');
$driverType = config('custom.driverType');
$bad_zone = config('custom.bad_zone');
$tTypes = config('custom.trailers_types');
$vendors = config('custom.vendors');
$repairTypes = config('custom.repairTypes');
    @endphp
    @php
        $validate = [];
$activeTab1 = '';
$activeTab2 = '';
$currentTab1 = '';
$currentTab2 = '';
    @endphp
    @if ($errors->any())
        @foreach ($errors->all() as $error)
            @php
                $validate[] = $error;
            @endphp
        @endforeach
    @endif
    @if (
$errors->has('STATUS') ||
$errors->has('FIRST_NAME') ||
$errors->has('LAST_NAME') ||
$errors->has('EXPIRY_DATE') ||
$errors->has('DL_STATE_PROV') ||
$errors->has('ENDORSEMENTS') ||
$errors->has('CODE'))
        @php
            $currentTab1 = 'current';
$activeTab1 = 'active';
        @endphp
    @elseif (
$errors->has('PHONE') ||
$errors->has('EMAIL') ||
$errors->has('CELL_PHONE') ||
$errors->has('EMERGENCY_PHONE') ||
$errors->has('SECONDARY_CONTRACT') ||
$errors->has('NOSMS'))
        @php
            $currentTab2 = 'current';
$activeTab2 = 'active';
        @endphp
    @else
        @php
            $currentTab1 = 'current';
$activeTab10 = 'active';
        @endphp
    @endif
    @php
        $TRAILER_ID = 0;
$TRAILER_TYPE = $LENGTH_1 = '';
$billing_total = $load->load_rate + $ec_total;
$profit = $load->load_rate + $ec_total - $grandExpenseTotal;
    @endphp
@section('style')
    
@endsection()