@if(isMainAdminRole())
|
|
@endif
{{ $row->id }} |
{{-- {{ $row->product->currentDescription->title ?? "" }} | --}}
{{ $row->user->name ?? $row->user->username ?? "-" }} |
{{-- {{ $row->seller->name ?? $row->seller->username ?? "-" }} | --}}
{{-- {{ $row->provider->name ?? "-" }} |
{{ $row->rep->name ?? "-" }} | --}}
{{ $row->getStatusText() }} |
{{-- {{ $row->total }} | --}}
{{ __("orders::orders.payment_status_$row->payment_status") }} |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
|
@endforeach
@if($orders->hasPages())
@endif