@if(isMainAdminRole())
|
|
@endif
{{ $row->id }} |
{{ $row->user->name ?? "-" }} |
{{ $row->provider->name ?? "-" }} |
{{ $row->rep->name ?? "-" }} |
{{ getOrderStatusName($row->status) }} |
{{ getOrderTotal($row) }} |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
@if($row->deleted_at)
{{-- --}}
@else
@if(isMainAdminRole())
@endif
@endif
|
@endforeach
@if($orders->hasPages())
@endif