@extends('admin.app') @section('content')

@if($groupSubRelations->active == 1) @endif
{{__('variables.name_text')}} {{__('variables.email_text')}} {{__('variables.phone')}} {{__('variables.date_table')}} {{__('variables.user_ip')}}{{__('variables.active_table')}}
{{$feedform->name . ' ' .$feedform->last_name ?? ''}} {{ $feedform->email ?? '' }} {{$feedform->phone ?? ''}} {{ getDefaultDateFormatAdmin($feedform->created_at) }} {{ $feedform->ip }}
active == 1 ? 'checked' : ''}}>
{{__('variables.comment_table')}}
@csrf
@if($groupSubRelations->save == 1)
@endif
@stop