{{ $order->title }}
{{ $order->driver->name ?? '-' }}
{{ $order->truck->plate_number ?? '-' }}
{{ optional($order->assigned_date)->format('d/m/Y H:i') ?? '-' }}
{{ optional($order->due_date)->format('d/m/Y H:i') ?? '-' }}
{{ ucfirst(str_replace('_',' ', $order->status)) }}
{{ ucfirst($order->priority) }}
{{ $order->description ?? '-' }}