Approved Grant Applications
Success! {{ session('success') }}
@endif
@if (session('error'))
Error! {{ session('error') }}
@endif
Approved Applications
| ID | User | Type | Requested | Approved | Approved On | Actions |
|---|---|---|---|---|---|---|
| {{ $application->id }} |
@if ($application->user && $application->user->profile_photo_path)
@endif
{{ $application->user->name }} {{ $application->user->lastname }}
{{ $application->user->email }} |
{{ ucfirst($application->application_type) }} | ${{ number_format($application->requested_amount, 2) }} | ${{ number_format($application->approved_amount, 2) }} | {{ $application->updated_at->format('M d, Y') }} |
|
| No approved applications found. | ||||||
{{ $applications->links() }}
@endif