@extends('layouts.app') @section('title', 'Contact Inquiries') @section('page-title', 'Contact Inquiries') @section('content')
Messages sent from the contact form.
| Date | Name | Type | Status | ||
|---|---|---|---|---|---|
| {{ $inquiry->created_at->format('d M Y H:i') }} | {{ $inquiry->name }} | {{ $inquiry->email }} | {{ ucfirst($inquiry->inquiry_type) }} | @if($inquiry->is_read) Read @else Unread @endif | View |