Legal Workspace

Title verification, charting, legal search, and title perfection

Legal Verification

{{ $legalPending }}

pending

Documentation

{{ $documentationCount }}

legal docs pending

Title Perfection

{{ $titlePerfectionCount }}

tracking perfection

Legal Verification Legal Documents Title Perfection

Legal Verification

Title verification • Charting • Legal search • Tenure alignment

@forelse ($pendingApplications as $caf) @php $app = $caf->loanApplication; $review = $reviews->get($app->id); @endphp

{{ $app->application_number }}

{{ $app->customer?->fullName() }}

{{ $app->property_address }}

{{ $review?->status ? ucfirst(str_replace('_',' ', $review->status)) : 'Not started' }}

Property Value

₦{{ number_format($app->property_value ?? 0) }}

Loan Amount

₦{{ number_format($app->loan_amount) }}

Loan Tenor

{{ $app->tenor_years }} years

State/LGA

{{ $app->property_state }}

View Property Docs @if (! $review || $review->status === 'pending')
@csrf
@elseif ($review->status === 'in_progress')
@csrf
@endif
@empty

No applications pending legal verification.

@endforelse