@extends($viewVars['loadTeacherLayout'] ? 'layouts.teacher' : 'layouts.vertical') @section('css') @endsection @php $currentTab = 1; if(app('request')->input('t')){ $currentTab = app('request')->input('t'); } $currentPage = 1; if(app('request')->input('page')){ $currentPage = app('request')->input('page'); } $sroom = ""; if(app('request')->input('room')){ $sroom = app('request')->input('room'); } $schild = ""; if(app('request')->input('child')){ $schild = app('request')->input('child'); } $childWithReports = []; if(isset($init->childWithReports) && !empty($init->childWithReports)) { $childWithReports = $init->childWithReports; } @endphp @section('breadcrumb')

Learning story analysis

Learn how to use the learning analysis section here.

View Preschool activities
@endsection @section('content')
@if($currentTab == 3) @endif
@if($currentTab == 1)
@csrf
@elseif($currentTab == 2)
@csrf
_id) ? 'block' : 'none'}}">
@elseif($currentTab == 3)
@csrf
_id) ? 'block' : 'none'}}">
_id) ? 'block' : 'none'}}"> Share reports with parents
_id) ? 'block' : 'none'}}"> @if($viewVars['userType'] == 0) View learning stories for this child. @endif

There are no children in this room.

{{--

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd

--}} @if($viewVars['userType'] == 0) Add child @endif
@endif
@if($currentTab == 1)

There are no children in this room.

@if($viewVars['userType'] == 0) Add child @endif

Goals in - framework

@elseif($currentTab == 3)
_id) ? 'block' : 'none'}}">
Assessment details not added for this child.
{{--

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd

--}} 'room' ]) }}" class="btn btn-success text-white btn-add-response">+ Add new
@if(isset($init->frameworks) && !empty($init->frameworks)) @foreach($init->frameworks as $key => $framework)
@endforeach @endif
@endif
@if($currentTab == 3) @endif @endsection @section('script-bottom') @if($currentTab == 3) @endif @endsection