@extends('app.layouts.main') @section('content')

View Contact - {{$contact->name}}

Name

{{$contact->name}}


Email

{{$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))}}


@endsection