Order {{$available_order['code']}}
{{ date("Y/m/d H:i:s", strtotime($available_order->creation_date)) }}
{{ strtoupper($available_order->BoShippingType->name) }}
@if ($available_order->isDeliveryNoScheduled())
@endif
Customer: {{ $available_order->client->first_name }} ({{ $available_order->client->document }})
Address: {{ $available_order->address?->direction }}
@if ($available_order->instructions)
Pick & Pack notes:
{{ str_limit($available_order->instructions, $limit = 40, $end = '...') }}
@endif