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

{{ __("Availability Rooms") }}
{{__("Manage Rooms")}}

@if($rows->total() > 0) {{ __("Showing :from - :to of :total rooms",["from"=>$rows->firstItem(),"to"=>$rows->lastItem(),"total"=>$rows->total()]) }} @endif
@if(count($rows))
{{__('Availability')}}
@else
{{__("No rooms found")}}
@endif
{{$rows->appends($request->query())->links()}}
@endsection @section('head') @endsection @section('footer') @endsection