@extends('layouts.room-booking-master') @section('title') Dashboard @endsection @section('css') @endsection @section('content') @can('view dashboard') {{-- custom date Modal --}}
{{-- end custom date Modal --}}Here's what's happening with your business today.
|
{{ $room->name }}
{{ $room->roomBookingItems->isNotEmpty() ? 'Booked' : 'Available' }} |
@if (($index + 1) % 5 == 0)
Here's what's happening with your business today.