@extends('admin.app') @section('content')
| # | Name | Phone | Subject | Message | Date | Action | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $contact->name }} | {{ $contact->email }} | {{ $contact->number }} | {{ $contact->subject }} | {{ $contact->message }} | {{ $contact->created_at->format('d-m-Y h:i A') }} | |
| No contact messages found | |||||||