@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

PARKING MANAGEMENT SYSTEM

Bush Deliveries

@foreach ($bush_deliverys as $bush_delivery) @endforeach
No. LBC TOC Season No. of Bags ETA Driver's Name Driver's Contact Mate's Name Mate's Contact Driver's License Truck Number Warehouse Park Shed Check Status
{{$loop->index + 1}}. {{strtoupper($bush_delivery->lbc['name'])}} {{strtoupper($bush_delivery->port['name'])}} @foreach ($seasons as $season) @if ($bush_delivery->season_id == $season->id) {{$season->name}} @endif @endforeach {{$bush_delivery->no_bags}} {{$bush_delivery->eta}} {{$bush_delivery->driver_name}} {{$bush_delivery->driver_contact}} {{$bush_delivery->mate_name}} {{$bush_delivery->mate_contact}} {{$bush_delivery->driver_license}} {{$bush_delivery->truck_no}} {{strtoupper(optional($bush_delivery->warehouse)->name)}} {{strtoupper(optional($bush_delivery->park)->code)}} {{strtoupper(optional($bush_delivery->shed)->name)}} {{strtoupper($bush_delivery->status)}}
No. LBC TOC Season No. of Bags ETA Driver's Name Driver's Contact Mate's Name Mate's Contact Driver's License Truck Number Warehouse Park Shed Check Status
{{$bush_deliverys->links()}}
@endsection @section('more-scripts') @endsection