@extends('layouts.vertical') @section('css') @endsection @php $stype = 2; if(app('request')->input('type')){ $stype = app('request')->input('type'); } $weekly_scheme_count = 0; $daily_scheme_count = 0; if(isset($init->schemes) && !empty($init->schemes)) { $weekly_scheme_count = collect($init->schemes)->filter(function($item) { return (isset($item->version) && $item->version == 2); })->count(); $daily_scheme_count = count($init->schemes) - $weekly_scheme_count; } @endphp @section('breadcrumb')
Use schemes to add governmental schemes or subsidies to child profiles and attendance inspection reports. Children’s schemes are visible via the School Interface and in the attendance section of the TeachKloud: Childcare App. Watch our tutorial video on Schemes.
Please ensure scheme hours are updated from the date you would like the change to take place. Scheme hours cannot be backdated.
Please use this button to disable email notification of under attendance: disableEmail) && ($init->disableEmail == true || $init->disableEmail == "true") ? "checked" : ""}}>
Children name | Added on | {{--Teacher | --}}Room name | @if($type == 2)Hours p/w | @endif|
---|---|---|---|---|---|
|
{{ date('d/m/Y, h:i a', strtotime($child->addedOn)) }} | {{--
![]() | --}}
{{ isset($child->room) && !empty($child->room) ? $child->room->name : "NA" }} | @if($type == 2){{ isset($child->minutes) && $child->minutes > 0 ? Helper::getHoursStrShort($child->minutes) : '-'}} | @endif
Add any governmental schemes here and assign them to children.