@extends('layouts.app') @section('page-title', 'Ubah Tipe Kamar') @section('content')

Ubah Tipe Kamar: {{ $roomType->name }}

@csrf @method('PUT') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if($roomType->photo)
{{ $roomType->name }}
@endif
is_active) ? 'checked' : '' }} class="w-4 h-4 text-indigo-600 rounded border-slate-300 focus:ring-indigo-500">
Batal
@endsection