{{ $room->name }}

@php $statusText = match ($room->status) { 'available' => 'Có sẵn', 'maintenance' => 'Bảo trì', default => 'Không có sẵn', }; @endphp {{ $statusText }}
{{ $room->name }}
Thông tin chi tiết
Sức chứa {{ $room->capacity }} người
Vị trí {{ $room->location }}
Giá thuê {{ number_format($room->price, 0, ',', '.') }} VNĐ/{{ App\Helpers\SettingHelper::get('room_rental_unit') }}
Mô tả phòng học
{!! $room->description !!}
Đặt phòng học
@csrf
@error('notes')
{{ $message }}
@enderror
@error('room_type')
{{ $message }}
@enderror
@php $daysOfWeek = [ 'monday' => 'Thứ 2', 'tuesday' => 'Thứ 3', 'wednesday' => 'Thứ 4', 'thursday' => 'Thứ 5', 'friday' => 'Thứ 6', 'saturday' => 'Thứ 7', 'sunday' => 'Chủ nhật', ]; @endphp
@foreach ($daysOfWeek as $key => $day)
@endforeach
@if (config('services.recaptcha.enabled', false)) @endif
@if (config('services.recaptcha.enabled', false)) @endif