{{-- resources/views/auth/register/step5.blade.php --}} Review & Submit โ€” Kubhuka

Review & Submit

Step 5 of 5 โ€” Choose your plan and submit for verification

@if(session('error'))
{{ session('error') }}
@endif {{-- Summary --}}
๐Ÿ“‹ Application Summary
Account
{{ $user->name }}
{{ $user->email }} ยท {{ $user->phone }}
Property
{{ $property->name }}
{{ ucfirst(str_replace('_', ' ', $property->type)) }} ยท {{ $property->city }}, {{ $property->country }}
@if($property->phone)
๐Ÿ“ž {{ $property->phone }}
@endif
Checklist
โœ“
Account details completed
โœ“
Property details completed
@foreach($documentTypes as $docType) @php $uploaded = $uploadedDocs[$docType->slug] ?? null; @endphp
{{ $uploaded ? 'โœ“' : ($docType->is_required ? '!' : 'โ€“') }}
{{ $docType->name }} {{ !$uploaded && !$docType->is_required ? '(optional)' : '' }}
@endforeach
{{ $photos->count() > 0 ? 'โœ“' : '!' }}
{{ $photos->count() }} photo(s) uploaded
{{-- Plan Selection --}}
๐Ÿ’ณ Choose Your Plan

Your trial period is determined by your selected plan. You won't be charged until your trial ends.

@csrf @if($plans->isEmpty())
Unable to load plans right now. Please try again.
@else
@foreach($plans as $plan)
@endforeach
@error('plan_slug')
{{ $message }}
@enderror
โ† Back

By submitting, you agree to the Kubhuka Terms of Service. Your property will be reviewed within 1-2 business days.

@endif