@extends('dashboard.v1.index') @section('title', __('all.rooms')) @section('content')

{{__('all.rooms')}}

{{__('all.all_rooms')}}

@foreach($rows as $row) @endforeach
# {{__('all.name')}} {{__('all.hotel')}} {{__('all.night_price')}} {{__('all.category')}} {{__('all.actions')}}
{{$i}} {{$row->name}} {{$row->hotel->name}} {{$row->night_price}} {{$row->category?->name}}
@stop