@extends('layout.admin_layout') @section('title', 'admin-dashboard') @section('body') @section('header', 'Contact Us') @section('badge') @endsection

Contact Us list

@csrf
{{-- --}}
{{-- New --}}
@forelse ($con_ts as $con_t) @empty @endforelse
# No Name Contact No Email id Comment Created date
{{ $con_t->name }} {{ $con_t->contact_no }} {{ $con_t->email_id }} {{ $con_t->message }} {{ date('M-d-Y H:i:s', strtotime($con_t->created_at)) }} {{-- View --}} {{-- Edit --}} Delete
No data found.
@endsection @push('scripts') @endpush