@extends('layouts.vertical') @section('css') @endsection @php $sroom = ""; $is_first_room = false; $selected_child = $selected_room = ""; $is_child_exist = false; if(app('request')->input('child')){ $is_child_exist = true; $selected_child = app('request')->input('child'); } if(app('request')->input('room')){ $selected_room = app('request')->input('room'); } @endphp @section('breadcrumb')

Go to billing setup! Set your hourly/daily/session rates

Children

@endsection @section('content')
@if(isset($rooms) && !empty($rooms))
@else

Please create a room before setup billing for children.

Add room
@endif
@include('school.billing.stop-recurring-invoice-modal') @endsection @section('script-bottom')