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

Add new framework

@endsection @php $is_update = false; if(isset($framework) && !empty($framework)){ $is_update = true; } @endphp @section('content')
@csrf
Framework details
To
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