| {{__('variables.name_text')}} | @endif @if($feedform->type != 'modal_form'){{__('variables.email_text')}} | @endif @if($feedform->type != 'subscribe'){{__('variables.phone')}} | @endifType | @if($feedform->type == 'modal_form')Время звонка | @endif{{__('variables.date_table')}} | {{__('variables.user_ip')}} | @if($groupSubRelations->active == 1){{__('variables.active_table')}} | @endif
|---|---|---|---|---|---|---|---|
| {{$feedform->name . ' ' .$feedform->last_name ?? ''}} | @endif @if($feedform->type != 'modal_form'){{ $feedform->email ?? '' }} | @endif @if($feedform->type != 'subscribe'){{$feedform->phone ?? ''}} | @endif{{$type}} | @if($feedform->type == 'modal_form'){{ $feedform->time ?? '' }} | @endif{{ getDefaultDateFormatAdmin($feedform->created_at) }} | {{ $feedform->ip }} |
active == 1 ? 'checked' : ''}}>
|