@extends('layouts.admin') @section('title', 'Add Section') @section('page-title', 'Add Section') @section('content')
Back to Section List
Enter Section Details
@csrf
@error('name')
{{ $message }}
@enderror
@endsection