{{ __('variables.elements_list') }}
{{ __('variables.elements_basket') }}
@if($groupSubRelations->del_to_rec == 1)
@endif
@if(!empty($orders) && count($orders))
| №.: | {{__('variables.order_type')}} | {{__('variables.last_name')}}, {{__('variables.name_text')}} | {{__('variables.email_text')}} | {{__('variables.phone')}} | {{__('variables.total_count')}} | {{__('variables.total_price')}} | {{__('variables.delivery_method')}} | {{__('variables.pay_method')}} | {{__('variables.download_json')}} | {{__('variables.date_table')}} | @if($groupSubRelations->active == 1){{__('variables.details')}} | @endif @if($groupSubRelations->del_to_rec == 1 || $groupSubRelations->del_from_rec == 1){{__('variables.delete_table')}} | @endif|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $one_order->id }} | @if($one_order->fast_order == 1) Fast @else Simple @endif | {{$user_info->name .' '.$user_info->last_name ?? __('variables.do_not_exist')}} | {{$user_info->email ?? __('variables.do_not_exist')}} | {{$user_info->phone ?? __('variables.do_not_exist')}} | {{$one_order->ordersData->total_count ?? __('variables.do_not_exist')}} | {{$one_order->ordersData->total_price ?? __('variables.do_not_exist')}} | {{$one_order->delivery_method ?? ''}} @if($one_order->delivery_method == 'delivery') ({{$one_order->ordersData->delivery_cost ?? 0}}) @endif | {{$one_order->pay_method ?? ''}} | {{ getDefaultDateFormatAdmin($one_order->created_at) }} | {{--
active == 1 ? 'checked' : ''}}>
| --}}
{{__('variables.details')}} | @if($groupSubRelations->del_to_rec == 1)@endif |