@extends('layouts/contentLayoutMaster') @section('title', 'Dispatch Details') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

Dispatches

@if ($dispatch->type == 'mmt_dispatch_plant') @endif
Serial Number MD-{{ $dispatch->serial_number }} Area Office @if ($dispatch->type == 'mmt_dispatch_plant') {{ $dispatch->mmt->plants ? $dispatch->mmt->plant->name : 'N/A' }} @else {{ $dispatch->areaOffice ? $dispatch->areaOffice->ao_name : 'N/A' }} @endif
Gross Volume {{ $dispatch->gross_volume }} TS Volume {{ $dispatch->volume_ts }}
User {{ $dispatch->user->name }} Time {{ $dispatch->time }}
Route Name {{ $dispatch->route->name }}
Vehicle {{ $dispatch->routeVehicle->vehicle_number }}

Tests

QA Test Name Test Data Type Test Type Unit of Measure Result
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection