@extends('layouts.admin') @section('title', 'View Contact Message') @section('page-title', 'Contact Message Details') @section('content')
{{ $contact->name }}
@if($contact->phone) {{ $contact->phone }} @else Not provided @endif
{{ $contact->message }}