{{$contact->name}}
{{$contact->email}}
Phone Number
{{$contact->phone}}
Contact Request
{!! $contact->comments!!}
@if($contact->replay!=NULL) Replay
{{$contact->replay}}
Replay Date
{{$contact->replay_date}}
@endif created_at
{{date("d-M-Y", strtotime($contact->created_at))}}