@extends('backend.layouts.app') @section('title') Contact Us @endsection @section('headerWithButton')

@yield('title')

@endsection @php $trClass = 'px-3 py-2 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider'; @endphp @section('content') {{-- DataTables will populate --}}
S.N Full Name Contact No. Email Is Contacted? Action
@endsection @section('scripts') @include('backend.contact-us.partials.scripts') @endsection