@if($groupSubRelations->new == 1)
{{ __('variables.elements_list') }}
{{--{{ __('variables.add_element') }}
--}}
@else
{{ __('variables.elements_list') }}
@endif
@if($groupSubRelations->del_to_rec == 1)
@endif
@if(!empty($subscribers) && count($subscribers))
| {{__('variables.id_table')}} | {{__('variables.email')}} | {{__('variables.date_table')}} | @if($groupSubRelations->del_to_rec == 1){{__('variables.delete_table')}} | @endif
|---|---|---|---|
| {{ $subscribers->firstItem() + $loop->index }} | {{ $one_subscribe->email ?? '' }} | {{ getDefaultDateFormatAdmin($one_subscribe->created_at) }} | @if($groupSubRelations->del_to_rec == 1 || $groupSubRelations->del_from_rec == 1)@endif |