@extends('layouts/contentNavbarLayout') @section('title', 'Contact Message Details') @section('content')
{{ $contact->created_at->format('F d, Y \a\t h:i A') }}
{{ $contact->created_at->diffForHumans() }}{{ $contact->message }}
{{ $contact->admin_response }}