{{-- resources/views/admin/verification/show.blade.php --}} @extends('admin.layouts.app') @section('title', 'Review Application') @section('page_title', 'Review Application') @section('breadcrumb') Verification → {{ $application->property->name }} @endsection @section('content') @php $property = $application->property; $owner = $property->users()->where('is_property_owner', true)->first(); @endphp
No documents uploaded
Approved
{{ $application->reviewed_at?->format('d M Y H:i') }}
View Property → @elseif($application->status === 'rejected')Rejected
{{ $application->rejection_reason }}
@endif