@include('create-delete-modal', ['module' => 'HomeSection'])

Home Sections

@if (session('message'))
{{ session('message') }}
@endif
Home Sections List
Create
@foreach ($home_sections as $home_section) @endforeach
Title Description Visible Action
Title Description Visible Action
{{ $home_section->title }} {{ $home_section->description }} {{ $home_section->visible ? 'Yes' : 'No' }}
{{-- @can('Delete Project') --}} {{-- @endcan --}} {{-- @can('Edit Project') --}} {{-- @endcan --}}