@extends('layouts.app') @section('title', 'LEO (Let Export Order)') @push('styles') @endpush @section('breadcrumbs') @endsection @section('content')

Let Export Order (LEO)

Manage LEO status and customs clearance

New LEO
@forelse($leoRecords as $leo) @empty @endforelse
LEO #DateOrder #Shipping Bill #Custom HouseLEO DateStatusActions
{{ $leo->leo_number }} {{ $leo->created_at->format('d M Y') }} {{ $leo->order->order_number ?? 'N/A' }} {{ $leo->shipping_bill_number ?? 'N/A' }} {{ $leo->custom_house ?? 'N/A' }} {{ optional($leo->leo_date)->format('d M Y') ?? 'Pending' }} {{ ucfirst($leo->status) }}

No LEO records

@endsection @push('scripts') @endpush