@extends('layouts.admin') @section('title', 'Create Section') @section('page-title', 'Create Section') @section('content')

Create New Section

@csrf
@error('title')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Cancel
@endsection