@extends('layouts.admin_main') @section('content')

{{ isset($section) ? 'Edit Section' : 'New Section' }}

@if(session('status'))
{{ session('status') }}
@endif

{{ isset($section) ? 'Edit Section' : 'New Section' }}

@if(isset($section)) @endif
@error('title') {{ $message }} @enderror
@error('content') {{ $message }} @enderror
@csrf
@endsection