{{ __('variables.elements_list') }}
@if($groupSubRelations->del_to_rec == 1)
@endif
@if(!empty($feedform) && count($feedform))
№ | {{__('variables.name_text')}} | {{__('variables.email_text')}} | {{__('variables.phone')}} | {{__('variables.comment_table')}} | {{__('variables.date_table')}} | {{__('variables.edit_table')}} | @if($groupSubRelations->active == 1){{__('variables.active_table')}} | @endif @if($groupSubRelations->del_to_rec == 1 || $groupSubRelations->del_from_rec == 1){{__('variables.delete_table')}} | @endif
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{$one_feedform->name . ' ' .$one_feedform->last_name ?? ''}} | {{ $one_feedform->email ?? '' }} | {{$one_feedform->phone ?? ''}} | {{!empty($one_feedform->comment) ? strPosText($one_feedform->comment, 80) : ''}} | {{ getDefaultDateFormatAdmin($one_feedform->created_at) }} | {{__('variables.edit_table')}} |
active == 1 ? 'checked' : ''}}>
|
@if($groupSubRelations->del_to_rec == 1)
@endif |