@extends('layouts.app') @section('title', 'Tambah Layanan Kamar - Hotel Management System') @section('page-title', 'Tambah Layanan Kamar') @section('content')
Form Tambah Layanan Kamar
@csrf
@error('name')
{{ $message }}
@enderror
@error('category')
{{ $message }}
@enderror
Rp
@error('price')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Batal
@endsection