@extends('admin.app') @section('content')
{{ __('variables.elements_list') }} @if(!empty($orders) && count($orders)) @if($groupSubRelations->del_to_rec == 1) @endif @endif

@if(!empty($orders) && count($orders))
{{----}} {{----}} @if($groupSubRelations->active == 1) @endif @if($groupSubRelations->del_to_rec == 1 || $groupSubRelations->del_from_rec == 1) @endif @foreach($orders as $one_order) @include('admin.templates.orders-list') @endforeach
№.: {{__('variables.order_type')}} {{__('variables.last_name')}} , {{__('variables.name_text')}} {{__('variables.email_text')}} Video ID {{__('variables.phone')}} {{__('variables.total_count')}} {{__('variables.total_price')}}{{__('variables.delivery_method')}}{{__('variables.pay_method')}}{{__('variables.date_table')}}{{__('Details')}}{{__('variables.delete_table')}}
@include('admin.templates.pagination', ['paginator' => $orders]) @else @include('admin.templates.empty-list') @endif
@stop