@extends('layouts.app') @section('content') @include('admin.topmenu') @include('admin.sidebar')

Rejected Grant Applications

@if (session('success')) @endif @if (session('error')) @endif

Rejected Applications

@forelse($applications as $application) @empty @endforelse
ID User Type Requested Rejected On Actions
{{ $application->id }}
@if ($application->user && $application->user->profile_photo_path) profile @else profile @endif
{{ $application->user->name }} {{ $application->user->lastname }}
{{ $application->user->email }}
{{ ucfirst($application->application_type) }} ${{ number_format($application->requested_amount, 2) }} {{ $application->updated_at->format('M d, Y') }}
No rejected applications found.
{{ $applications->links() }}
@endsection