@extends('admin.layout') @section('title', 'Detail Ballroom') @section('content')
Tidak ada gambar
| Nama | : {{ $ballroom->name }} |
| Status | : @if($ballroom->is_active) Aktif @else Tidak Aktif @endif |
| Kapasitas | : {{ $ballroom->capacity }} orang |
| Luas | : {{ $ballroom->size }} m² |
| Harga per Jam | : Rp {{ number_format($ballroom->price_per_hour, 0, ',', '.') }} |
| Dibuat | : {{ $ballroom->created_at->format('d M Y H:i') }} |
| Diupdate | : {{ $ballroom->updated_at->format('d M Y H:i') }} |
{{ $ballroom->description }}
@elseTidak ada deskripsi
@endifTidak ada fasilitas
@endif