@if ($orders->isEmpty()) @else @foreach ($orders as $key => $order) @endforeach @endif
No records found.
{{ trim($order->code) }}

{{ $order->user->email ?? '-' }}

{!! purchase_order_status_badge($order->status) !!}
@if ($orders instanceof \Illuminate\Pagination\LengthAwarePaginator) @endif