@if ($order->order_state_id == 5)
Delivered
@endif
{{ $order->code }}
Client: {{ strtoupper($order->client->first_name) }} ({{ $order->client->document }})
Address: {{ strtoupper($order->address->direction) }}
Phone: {{ strtoupper($order->client->phone) }}
!empty($order->instructions)])>
{{ $order->instructions }}
@if ($order->order_state_id == 5)
See details
@else
Add evidences
@endif