@extends('admin::layouts.master') @section('title', 'Sections') @section('content')

Homepage Sections

Add Section
@forelse($sections as $section) @empty @endforelse
ID Key Title Sort Order Active Actions
{{ $section->id }} {{ $section->key }} {{ $section->title }} {{ $section->sort_order }} {{ $section->is_active ? 'Yes' : 'No' }} Edit
@csrf @method('DELETE')
No sections found.
@endsection