@extends('user.layout_user.main') @section('content')
Ảnh loại phòng

{{ $roomType->name }}

@if($roomType->images->count() > 0) @else Ảnh phòng @endif

Thông tin chi tiết

  • Giá: {{ number_format($roomType->price) }} VNĐ / đêm
  • Diện tích: {{ $roomType->size }} m2
  • Loại giường: {{ $roomType->bed_type }}
  • Số người tối đa: {{ $roomType->max_adults }} người lớn, {{ $roomType->max_children }} trẻ em

Mô tả

{!! $roomType->description !!}

@php $roomChunks = $ortherRoomTypes->chunk(2); @endphp @endsection @section('css') @endsection @section('js') @endsection