@extends('admin.layouts.app') @section('title', 'View Message') @section('page-title', 'Contact Message') @section('content')
{{ $contact->created_at->format('F d, Y \a\t H:i') }}
From
{{ $contact->name }}
Phone
{{ $contact->phone }}Message
{{ $contact->message }}