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

OPERATIONS MANAGEMENT SYSTEM

Offloadings



@foreach ($bush_deliverys as $bush_delivery) @endforeach
No. LBC Season Transaction Code Truck No. No. Of Bags Warehouse Clear First Weight Clear Second Weight
{{ $loop->index + 1 }}. {{ strtoupper($bush_delivery->lbc->name) }} {{ optional($bush_delivery->season)->name }} {{ $bush_delivery->transaction_code }} {{ $bush_delivery->truck_no }} {{ $bush_delivery->no_bags }} {{ strtoupper(optional($bush_delivery->warehouse)->name) }} first_weight_date == null || $bush_delivery->second_weight_date != null) onclick="event.preventDefault()" oncontextmenu="return false;" disabled @endif onclick="return confirm('Are you sure you want to clear first weight')">Clear First Weight second_weight_date == null) onclick="event.preventDefault()" oncontextmenu="return false;" disabled @endif onclick="return confirm('Are you sure you want to clear second weight')">Clear Second Weight
@endsection @section('more-scripts') @endsection