@extends('admin.layouts.app') @section('title', 'Contact Inbox') @section('content')
| From | Subject / Message | Status | Received | |
|---|---|---|---|---|
|
{{ $c->name }}
@if($c->status === 'unread')@endif
{{ $c->email }}
@if($c->phone){{ $c->phone }} @endif
|
@if($c->subject) {{ $c->subject }} @endif
{{ Str::limit($c->message, 80) }}
|
{{ ucfirst($c->status) }} | {{ $c->created_at->diffForHumans() }} | |
No messages Contact form submissions will appear here. | ||||