@include('admin.layouts.master')

Sections

Create Section
Sections
{{--

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 ($sections as $section) @endforeach
S.No Section Name Heading Short Description Image Status Actions
{{ $loop->iteration }} {{ $section->section }} {{ $section->heading }} {!! $section->short_description !!} @if($section->images->count() > 0) @else @endif {{ $section->status == 1 ? 'Active' : 'Suspended' }} Edit {{--
@csrf @method('DELETE')
--}}