@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')
Please create a room before setup billing for children.
Add room