@if ($order->was_confirmed)
Verified
@endif
{{ $order->code }}
Client: {{ strtoupper($order->client->first_name) }} ({{ $order->client->document }})
Address: {{ strtoupper($order->address->direction) }}
!empty($order->instructions)])>
{{ $order->instructions }}
@if ($order->was_confirmed)
See details
@else
Check
@endif