@if($groupSubRelations->new == 1)
{{ __('variables.elements_list') }}
{{ __('variables.add_element') }}
@else
{{ __('variables.elements_list') }}
@endif
@if($groupSubRelations->del_to_rec == 1)
@endif
@if(!empty($users) && count($users))
№ | {{__('variables.title_table')}} | {{__('variables.email_text')}} | {{__('variables.phone')}} | {{__('variables.edit_table')}} | @if($groupSubRelations->active == 1){{__('variables.active_table')}} | @endif{{__('variables.date_table')}} | @if($groupSubRelations->del_to_rec == 1){{__('variables.delete_table')}} | @endif
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{$user->name .' '. $user->last_name ?? __('variables.another_name')}} | {{$user->email ?? __('variables.do_not_exist')}} | {{$user->phone ?? __('variables.do_not_exist')}} | {{__('variables.edit_table')}} |
active == 1 ? 'checked' : ''}}>
|
{{ getDefaultDateFormatAdmin($user->created_at) }} | @if($groupSubRelations->del_to_rec == 1)@endif |