@extends('layouts.vertical') @section('css') @endsection @section('breadcrumb')

All pending invoices

@endsection @section('content')
@if(isset($rooms) && !empty($rooms))
@csrf
Invoices
Invoice no. Children name Generated on Billing type Due date Status Amount Action
@csrf
@else

Please create a room before setup billing for children.

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