Manage Contact Us Requests
| S/N | Name | Subject | Status | Date | Action | |
|---|---|---|---|---|---|---|
| {{ $counter }} | {{ $item->name }} | {{ $item->email }} | {{ $item->subject }} | {{ Str::ucfirst($item->status) }} | {{ $item->created_at->diffForHumans() }} |
|
@php $page = 'contacts' @endphp @extends('includes.layout') @section('content')
| S/N | Name | Subject | Status | Date | Action | |
|---|---|---|---|---|---|---|
| {{ $counter }} | {{ $item->name }} | {{ $item->email }} | {{ $item->subject }} | {{ Str::ucfirst($item->status) }} | {{ $item->created_at->diffForHumans() }} |
|