@extends('layouts.app') @section('title', 'Document Dispatch') @push('styles') @endpush @section('breadcrumbs') @endsection @section('content')

Document Dispatch

Track dispatched export documents

New Dispatch
@forelse($dispatches as $dd) @empty @endforelse
Dispatch #DateOrder #RecipientDocumentsMethodStatusActions
{{ $dd->dispatch_number }} {{ $dd->created_at->format('d M Y') }} {{ $dd->order->order_number ?? 'N/A' }} {{ $dd->recipient ?? 'N/A' }} {{ $dd->no_of_documents ?? 0 }} docs {{ ucfirst($dd->dispatch_method ?? 'Courier') }} {{ ucfirst(str_replace('_', ' ', $dd->status)) }}

No dispatches

@endsection @push('scripts') @endpush