| @if (session('app_language', 'en') == 'en') Order @else الطلب @endif | @if (session('app_language', 'en') == 'en') Date @else التاريخ @endif | @if (session('app_language', 'en') == 'en') Status @else الحالة @endif | @if (session('app_language', 'en') == 'en') Total @else الإجمالي @endif | @if (session('app_language', 'en') == 'en') Actions @else الإجراءات @endif |
|---|---|---|---|---|
| #{{ $item->id ?? '' }} | {{ $item->created_at ? $item->created_at->format('F d, Y') : '' }} | {{-- {{ ucfirst($item->status) }} @if ($item->status == 'pending') Pending @elseif($item->status == 'processing') Processing @endif --}} @php $statusClass = match ($item->status) { 'pending' => 'bg-warning', 'processing' => 'bg-primary', 'completed', 'out_for_delivery' => 'bg-success', 'cancelled' => 'bg-danger', default => 'bg-secondary', }; @endphp {{ ucwords(str_replace('_', ' ', $item->status)) }} | {{$item->currency_code ?? ''}} {{ $item->subtotal ?? '' }} | |
Orders not Available@elseالطلبات غير متوفرة@endif |
||||
You have no active subscriptions.
@if (session('app_language', 'en') == 'en') The following addresses will be used on the checkout page by default. @else سيتم استخدام العناوين التالية في صفحة الخروج بشكل افتراضي. @endif