@extends('layouts.app') @section('content')
| # | Name | Page | Subject | Message | Date | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $contact->name }} | {{ $contact->email }} | {{ $contact->page_name ?? '-' }} | {{ $contact->subject }} | {!! nl2br(e(\Illuminate\Support\Str::limit($contact->message,150))) !!} |
{{ $contact->created_at?->format('d M Y') }}
{{ $contact->created_at?->format('h:i A') }} |
Contact enquiries will appear here.