{{ __('variables.elements_list') }}
{{ __('variables.elements_basket') }}
@if($groupSubRelations->del_to_rec == 1)
@endif
@if(!empty($orders) && count($orders))
| №.: | {{__('variables.name_text')}} | {{__('variables.email_text')}} | {{__('variables.phone')}} | {{__('variables.total_count')}} | {{__('variables.total_price')}} | {{__('variables.delivery_method')}} | {{__('variables.pay_method')}} | {{__('variables.date_table')}} | @if($groupSubRelations->active == 1){{__('Details')}} | @endif @if($groupSubRelations->del_to_rec == 1 || $groupSubRelations->del_from_rec == 1){{__('variables.delete_table')}} | @endif|
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $one_order->id }} | {{$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/* + $one_order->ordersData->delivery_cost*/}} MDL | {{$one_order->delivery_method_format}} @if($one_order->delivery_method == 'delivery') ({{$one_order->ordersData->delivery_cost}}) @endif | {{$one_order->pay_method_format}} | {{ getDefaultDateFormatAdmin($one_order->created_at) }} | {{--
active == 1 ? 'checked' : ''}}>
| --}}
{{__('Detail')}} | @if($groupSubRelations->del_to_rec == 1)@endif |