@extends('layout.app') @section('title', 'Alur Pendaftaran') @section('page-title', 'Alur Pendaftaran') @section('content')
{{-- Alert sukses --}} @if (session('success')) @endif {{-- Alert error --}} @if ($errors->any()) @endif

Edit Alur Pendaftaran

@csrf
{{-- SECTION 1: ALUR RUMAH PEMONDOKAN --}}
1. {{ $alurPemondokan->title }}
{{-- Existing Image --}}

@if ($alurPemondokan->img)
@else

Tidak ada gambar alur

@endif
{{-- File Input --}}
Format: JPG, JPEG, PNG, WEBP. Maksimal 5MB.
{{-- New Image Preview --}}
{{-- SECTION 2: ALUR PENYEWAAN KOS --}}
2. {{ $alurKos->title }}
{{-- Existing Image --}}

@if ($alurKos->img)
@else

Tidak ada gambar alur

@endif
{{-- File Input --}}
Format: JPG, JPEG, PNG, WEBP. Maksimal 5MB.
{{-- New Image Preview --}}
@endsection @push('scripts') @endpush