@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.curriculum_sections')}}

@endsection @section('content')
@method('patch') @csrf
@error('title') {{ $message }} @enderror
@endsection @section('script') @endsection