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

Tambah Kamar Baru

@csrf @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Batal
@endsection