{!! Form::label('name', __('Name')) !!}
{{ $contactFeedback->name }}
{!! Form::label('email', __('Email')) !!}
{{ $contactFeedback->email }}
{!! Form::label('phone', __('Phone')) !!}
{{ $contactFeedback->phone }}
{!! Form::label('message', __('Message')) !!}
{{ $contactFeedback->message }}
{!! Form::label('created_at', __('Time')) !!}
{{ __('Back') }}
{{ $contactFeedback->created_at->toFormattedDateString() }}