@extends('layouts.master') @section('style') @endsection @section('content')
 

Loads

Add New Loads @php $currentStatus = request()->get('status', 'Open'); @endphp Open Delivered
{!! $dataTable->table() !!}
@endsection() @section('script') {!! $dataTable->scripts() !!} @endsection()