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