@include('user.headlink') @include('admin.head_sidebar')

Contact Form Submissions

Back to Dashboard
@if (session('success')) @endif
@foreach ($contacts as $index => $contact) @endforeach
# Name Email Phone Message Submitted At Actions
{{ $index + 1 }} {{ $contact->name }} {{ $contact->email }} {{ $contact->phone }} {{ Str::limit($contact->message, 30) }} {{ $contact->created_at->format('d-m-Y H:i') }}
@csrf @method('DELETE')