@extends('layouts.admin') @section('title', 'Edit Section - ' . $section->section_name) @section('content')

Edit Section

{{ $section->section_name }}

Back to List
@if($errors->any()) @endif
@csrf @method('PUT')
Display name for admin panel
Title displayed on the homepage
Description displayed on the homepage
Section Key: {{ $section->section_key }}
This identifier cannot be changed and is used internally.
is_visible) ? 'checked' : '' }}>
Uncheck to hide this section from the homepage
@endsection