@extends('layouts.app') @section('page-title', 'Reservasi Baru') @push('styles') @endpush @section('content')

Buat Reservasi Baru

@csrf @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if($selectedGuest)
{{ strtoupper(substr($selectedGuest->full_name, 0, 1)) }}

{{ $selectedGuest->full_name }}

{{ $selectedGuest->phone }}

Ganti
@else

Tamu belum terdaftar? Daftarkan tamu baru

@endif
Harga per bulan Rp 0
Jumlah bulan 0
Estimasi Total Rp 0
Batal
@endsection @push('scripts') @endpush