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

Edit Section

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