@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 | Top Heading | Title | Image | Status | Created At | Actions |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $vision->top_heading }} | {{ $vision->title_1 }} {{ $vision->title_2 }} | {{ $vision->status == 1 ? 'Active' : 'Suspended' }} | {{ \Carbon\Carbon::parse($vision->created_at)->format('d-m-Y h:i A') }} |