@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')

Funded hours Watch how it works!

@endsection @section('content')
@if(isset($rooms) && !empty($rooms) && isset($rooms->rooms) && !empty($rooms->rooms))
@elseif (isset($rooms) && !empty($rooms) && isset($rooms->billingSetup) && $rooms->billingSetup == false)

You have to complete billing setup first and then you’ll be able to add funding schemes for children.

Setup
@else

Please create a room before setup billing for children.

Add room
@endif
@endsection @section('script-bottom')