@extends('layouts.admin') @section('title', 'Contact Messages') @section('page-title', 'Contact Messages') @section('content')
{{ $contacts->total() }}
| Status | Name | Subject | Date | Actions | |
|---|---|---|---|---|---|
| @if($contact->is_read) Read @else New @endif |
{{ $contact->name }}
|
{{ $contact->email }}
|
{{ $contact->subject }}
|
{{ $contact->created_at->diffForHumans() }} | View |
|
No contact messages found |
|||||