@extends('admin.app') @section('content')
{{ __('variables.elements_list') }} {{ __('variables.elements_basket') }} @if(!empty($orders) && count($orders)) @if($groupSubRelations->del_to_rec == 1) @endif @endif
@if(!empty($orders) && count($orders))
@if($groupSubRelations->del_to_rec == 1) @endif @foreach($orders as $one_order) @if($groupSubRelations->del_to_rec == 1) @endif @endforeach
{{__('variables.title_table')}} {{__('variables.reestablish_table')}}{{__('variables.delete_table')}}
{{ $loop->iteration }} {{$one_order->ordersUsers->name .' '. $one_order->ordersUsers->last_name ?? ''}}
@else @include('admin.templates.empty-list') @endif
@stop