@extends('layouts.app') @section('content')
Track and analyze rejected applications
No rejection data available
@endifNo type data available
@endif| # | Applicant Info | Type | Location | Rejection Reason | Details | Rejected By | Date | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $rejections->firstItem() + $index }} |
{{ $rejection->enquiry->full_name ?? 'N/A' }}
{{ $rejection->enquiry->check_number ?? 'N/A' }}
|
{{ ucwords(str_replace('_', ' ', $rejection->enquiry->type ?? 'N/A')) }} |
{{ $rejection->enquiry->region->name ?? 'N/A' }}
{{ $rejection->enquiry->district->name ?? 'N/A' }}
{{ $rejection->enquiry->branch->name ?? 'N/A' }} |
{{ ucwords(str_replace('_', ' ', $rejection->rejection_reason)) }} |
@if($rejection->rejection_detail)
{{ Str::limit($rejection->rejection_detail, 50) }}
@else
No details provided
@endif
|
@if($rejection->rejectedBy)
{{ $rejection->rejectedBy->name }}
@if($rejection->rejectedBy->roles->first())
{{ ucwords(str_replace('_', ' ', $rejection->rejectedBy->roles->first()->name)) }}
@endif
|
{{ $rejection->created_at->format('d M Y') }}
{{ $rejection->created_at->format('H:i') }}
|
View |
No rejections match your current filters.