@include('admin.layouts.master')

Contact Us Details

{{--
Create contact Memeber
--}}
Contact Us Details
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} {{-- --}} @foreach ($contacts as $contact) {{-- --}} @endforeach
S.No Name Email Mobile Services Company Name MessageStatusCreated At Actions
{{ $loop->iteration }} {{ $contact->name }} {{ $contact->email }} {{ $contact->mobile }} {{-- {{ json_decode($contact->services)}} --}} @foreach (json_decode($contact->services) as $value) {{ $value }} , @endforeach {{ $contact->company_name }} {{ $contact->message }}{{ $contact->status == 1 ? 'Active' : 'Suspended' }} {{ \Carbon\Carbon::parse($contact->created_at)->format('d-m-Y h:i A') }}
{{-- Edit --}} @csrf @method('DELETE')