@extends('admin.layouts.app') @section ('content') @php $services = []; @endphp

{{__("Spaces Availability Calendar")}}

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