@extends('dashboard.user.layouts.app') @section('content') @push('styles') @endpush

{{ $title }}

@slot('header') {{ $title }} @endslot

Processing Your Application

We're calculating your grant eligibility and pre-approved amount. Please wait while our system processes your information.

Application Processing
  • Verifying account information
  • Analyzing application details
  • Reviewing eligibility criteria
  • Calculating pre-approved amount
  • Finalizing results

You Requested

{{ currency($user->currency) }}{{ formatAmount($grantApplication->amount) }}

Pre-Approved Amount

{{ currency($user->currency) }}{{ formatAmount(0) }}

@if ($grantApplication->isPending())
@csrf @method('PATCH')
@endif
@push('scripts') @endpush @endsection