@if($invoiceslistoparaentregar->count() > 0)
@foreach ($invoiceslistoparaentregar as $invoice) @endforeach
Orden Fecha Cliente Sucursal Estatus Llegada Saldo Ver
BS{{ $invoice->id }}{{ $invoice->identificador }} {{ $invoice->formatted_invoice_date }}
{{ $invoice->customer->display_name }}
@if($invoice->customer->cedula) ({{ $invoice->customer->cedula }}) @endif
{{ $invoice->sucursal }} @if($invoice->estatus) {{ $invoice->estatus }} @endif {{ $invoice->fechalistoparaentregar ?? '-' }} {!! money($invoice->due_amount, $invoice->currency_code) !!} arrow_forward
{{ $invoiceslistoparaentregar->links() }}
@else
inventory_2
No hay órdenes listas para entregar

Cuando haya órdenes en sucursal aparecerán aquí

@endif