@extends('admin::layouts.master') @section('title') Contact Us List @endsection @section('breadcrumb') @php $breadcrumbData = [ [ 'title' => 'Message', 'link' => 'null', ], [ 'title' => 'Dashboard', 'link' => route('dashboard'), ], [ 'title' => 'Contact Us Lists', 'link' => null, ], ]; @endphp @include('admin::layouts.partials.breadcrumb', $breadcrumbData) @endsection @section('content')
S.N | Email With Message | Full Name | Address | Created At | Actions | |
---|---|---|---|---|---|---|
#{{ $loop->iteration }} |
{{ $contact_us->email }}{{ Str::limit($contact_us->message, 80) }} |
{{ $contact_us->full_name }} | {{ $contact_us->address }} | {{ $contact_us->created_at->toFormattedDateString() }} |
|
|
No record found. |