{{-- admin/dashboard.blade.php --}} @extends('admin.layouts.app') @section('title','Dashboard') @section('page-title','Dashboard') @section('content')
| Name | Type | Date | Status |
|---|---|---|---|
| {{ $enq->name }} {{ $enq->email }} |
{{ ucfirst(str_replace('_',' ',$enq->enquiry_type)) }} | {{ $enq->created_at->format('d M') }} | {{ ucfirst($enq->status) }} |
| No enquiries yet. | |||