@extends('layouts.vertical') @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
Aim 1 Children will use non-verbal communication skills
Aim 2 Children will develop and use skills and strategies for observing, questioning, investigating, understanding, negotiating, and problem-solving, and come to see themselves as explorers and thinkers.
Add learning goals
{{-- --}}
List of goals Keywords
Use a range of body movements, facial expressions, and early vocalisations to show feelings and share information. Range, Body, Expressions, Feeling, Information
Understand and use non-verbalcommunication rules, such as turn-taking and making eye contact. Communication, Rules, Making, Eye
Interpret and respond to non-verbal communication by others. Communication, Verbal
@include('school.curriculum.addGoalModal') @include('school.curriculum.editGoalModal') @include('school.curriculum.addAimModal') @include('school.curriculum.editAimModal') @endsection @section('script-bottom') @endsection