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

OPERATIONS MANAGEMENT SYSTEM

Deliveries

@can('operation.registration', Auth::user()) @endcan
@foreach ($bush_deliverys as $bush_delivery) @endforeach
No. LBC/FACTORY TOC TYPE TRANSACTION CODE SEASON TRUCK NO. PRINT
{{$loop->index + 1}}. {{strtoupper($bush_delivery->lbc['name'])}} {{strtoupper($bush_delivery->port['name'])}} {{strtoupper($bush_delivery->type)}} {{strtoupper($bush_delivery->transaction_code)}} @foreach ($seasons as $season) @if ($bush_delivery->season_id == $season->id) {{$season->name}} @endif @endforeach {{$bush_delivery->truck_no}} PRINT
TRANSACTION CODE
No. LBC/FACTORY TOC TYPE TRANSACTION CODE SEASON TRUCK NO. PRINT
@endsection @section('more-scripts') @endsection