@extends('layouts.admin') @section('css') @endsection @section('breadcrumb')

Add new curriculum

@endsection @php $is_update = false; if(isset($curriculum) && !empty($curriculum)){ $is_update = true; } @endphp @section('content')
@csrf
Curriculum details
Add new theme
Add new aim
{{--

Note: Please tick the box 'Does this theme have an aim?' from above.

--}}
Name Description
Add learning goals
List of goals Keywords
@include('school.curriculum.addGoalModal') @include('school.curriculum.editGoalModal') @include('school.curriculum.addAimModal') @include('school.curriculum.editAimModal') @endsection @section('script-bottom') @endsection