@include('admin.layouts.master')
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
S.No | Name | Mobile | Services | Company Name | Message | {{--Status | --}}Created 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') }} |