@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 | Section Name | Heading | Short Description | Image | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $section->section }} | {{ $section->heading }} | {!! $section->short_description !!} |
@if($section->images->count() > 0)
|
{{ $section->status == 1 ? 'Active' : 'Suspended' }} | Edit {{----}} |