{{-- resources/views/auth/register/step4.blade.php --}} Property Photos — Kubhuka

Property Photos

Step 4 of 5 — Showcase your property

@if(session('error'))
{{ session('error') }}
@endif @if($existingPhotos->count() > 0)
✓ {{ $existingPhotos->count() }} photo(s) already uploaded. You can add more below.
@foreach($existingPhotos as $photo)
Property photo
@endforeach
@endif
@csrf
📸
Click to upload photos
JPG, PNG, WebP — Max 5MB each — Up to 10 photos
@error('photos')
{{ $message }}
@enderror @error('photos.*')
{{ $message }}
@enderror

💡 Great photos significantly improve your booking rate. Include exterior, rooms, facilities and dining areas.

← Back
@if($existingPhotos->count() > 0) @endif