No. | LBC/FACTORY | TOC | TYPE | TRANSACTION CODE | SEASON | No. of Bags | ETA | Driver's Name | Driver's Contact | Mate's Name | Mate's Contact | Driver's License | Truck Number | Registration Time |
Warehouse | @can('operation.cdt', Auth::user())DISTRICT | TYPE | CATEGORY | @endcan @can('operation.supervisor_edit', Auth::user())EDIT | @endcan @can('operation.registration_delete', Auth::user())DELETE | @endcanREGISTER | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$loop->index + 1}}. | {{strtoupper(optional($bush_delivery->lbc)->name)}} | {{strtoupper(optional($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->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}} | {{\Carbon\Carbon::parse($bush_delivery->created_at)->diffForHumans()}} | {{strtoupper(optional($bush_delivery->warehouse)->name)}} | @can('operation.cdt', Auth::user())ADD DISTRICT |
ADD TYPE |
ADD CATEGORY |
@endcan
@can('operation.supervisor_edit', Auth::user())
EDIT | @endcan @can('operation.registration_delete', Auth::user())@endcan | PRINT TRANSACTION CODE |
@if ($bush_delivery->type == 'shed discrepant')
REGISTER | @elseREGISTER | @endif
No. | LBC/FACTORY | TOC | TYPE | CATEGORY | SEASON | No. of Bags | ETA | Driver's Name | Driver's Contact | Mate's Name | Mate's Contact | Driver's License | Truck Number | Registration Time |
Warehouse | @can('operation.cdt', Auth::user())DISTRICT | TYPE | CATEGORY | @endcan @can('operation.supervisor_edit', Auth::user())EDIT | @endcanDELETE | @can('operation.registration_delete', Auth::user())REGISTER | @endcan