@if(count($rooms) >= 1)
@if($rooms[0] ?? null)
{{$rooms[0]['roomTypeName']}}

({{round($average)}})

{{$rooms[0]['name']}}

{{$rooms[0]['branchName']}}

@endif @if($rooms[1] ?? null)
{{$rooms[1]['roomTypeName']}}

({{round($average)}})

{{$rooms[1]['name']}}

{{$rooms[1]['branchName']}}

@endif
@if($rooms[2] ?? null)
{{$rooms[2]['roomTypeName']}}

({{round($average)}})

{{$rooms[2]['name']}}

{{$rooms[2]['branchName']}}

@endif @if($rooms[3] ?? null)
{{$rooms[3]['roomTypeName']}}

({{round($average)}})

{{$rooms[3]['name']}}

{{$rooms[3]['branchName']}}

@endif
@else
{{__('rooms.no_data')}}
@endif