@extends('layouts.app') @section('title', 'Kelola Layanan Kamar - Hotel Management System') @section('page-title', 'Kelola Layanan Kamar') @section('page-actions')
@endsection @section('content')| Nama Layanan | Kategori | Harga | Status | Deskripsi | Aksi |
|---|---|---|---|---|---|
| {{ $service->name }} | {{ $service->category }} | Rp {{ number_format($service->price, 0, ',', '.') }} | @if($service->is_available) Tersedia @else Tidak Tersedia @endif | {{ Str::limit($service->description, 50) }} | |
| Tidak ada layanan kamar yang ditemukan | |||||