@if(isset($userType) && $userType==config('custom.superadminrole')) @endif @if(isset($order_data) && !empty($order_data)) @foreach($order_data as $key => $order_list) @if(isset($userType) && $userType==config('custom.superadminrole')) @endif @if(auth()->user()->role()->first()->name=='superadmin') @else @endif @endforeach @else @endif
{{__('locale.S.no')}}{{__('locale.company_name')}}{{__('locale.user_name')}} {{__('locale.order_type')}} {{__('locale.total_amount')}} {{__('locale.status')}} {{__('locale.action')}}
{{$key+1}}{{$order_list->companyname->company_name}}{{$order_list->username->name}} {{$order_list->order_type}} {{$order_list->total_amount}} @if($order_list->status==1) Deliver @elseif($order_list->status==2) Complete @else pending @endif viewview

{{__('locale.no_record_found')}}

@if(isset($order_data) && !empty($order_data)) {!! $order_data->links('panels.paginationCustom') !!} @endif