@php $tabs = ['active', 'completed', 'cancelled', 'returned']; @endphp
@foreach($tabs as $tab)
@endforeach
📦
No Orders Found
You don’t have any {{ $status }} orders yet
Start Shopping
@include('partials.order-list', ['orders' => $orders, 'status' => $status])