@extends('layouts.app') @section('title', 'LEO (Let Export Order)') @push('styles') @endpush @section('breadcrumbs') @endsection @section('content')
Manage LEO status and customs clearance
| LEO # | Date | Order # | Shipping Bill # | Custom House | LEO Date | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $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 | |||||||