@extends('layouts.user') @section('head') @endsection @section('content')

{{__("Manage Rooms")}}
{{__("Back to hotel")}} {{__("Availability Rooms")}} $hotel->id]) }}" class="btn btn-success"> {{__("Add Room")}}

@include('admin.message') @if($rows->total() > 0)
{{ __("Showing :from - :to of :total Rooms",["from"=>$rows->firstItem(),"to"=>$rows->lastItem(),"total"=>$rows->total()]) }} {{$rows->appends(request()->query())->links()}}
@foreach($rows as $row)
@include('Hotel::frontend.vendorHotel.room.loop-list')
@endforeach
{{ __("Showing :from - :to of :total Rooms",["from"=>$rows->firstItem(),"to"=>$rows->lastItem(),"total"=>$rows->total()]) }} {{$rows->appends(request()->query())->links()}}
@else {{__("No Room")}} @endif @endsection @section('footer') @endsection