@extends('layouts.vertical') @section('css') @endsection @php $scurrency = "€"; if(Session::has('scurrency')) { $scurrency = Session::get('scurrency'); } $addOnsType = config('constant.addOnsType'); @endphp @section('breadcrumb')

Attendance Hourly & Daily rate

@endsection @section('content')
@csrf

Your hourly and daily fees are used to automatically calculate childcare fees. If you do not wish to send invoices based on your attendance or hourly fees, leave this section blank.

roomRates == false ? 'checked' : ''}}>
roomRates == true ? 'checked' : ''}}>

Set room rates

@if(isset($setup->rooms) && !empty($setup->rooms)) @foreach ($setup->rooms as $key => $room)
Hourly
Daily
@endforeach @endif

Set different rates for specific children

@include('school.billing.setup.different-rate-child-modal', ['rooms' => isset($setup->rooms) ? $setup->rooms : [], 'children' => isset($setup->children) ? $setup->children : []]) @endsection @section('script-bottom') @endsection