@extends('layouts.dash2') @section('title', 'Individual Grant Application') @section('content')
@include('partials._mobile_header', [ 'title' => 'Individual Grant', 'showBackButton' => true, 'backUrl' => route('grant.index'), 'showNotifications' => true, 'showDarkMode' => true, 'financeUser' => Auth::user() ])

Apply as Individual

@csrf @if($errors->any())

Please correct the following errors:

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ Auth::user()->s_curr }}

Enter the amount you would like to request for your grant

@error('requested_amount')

{{ $message }}

@enderror

Please select all funding purposes that apply to your application:

Support for developing or expanding educational, cultural, or social programs.

Support for purchasing necessary equipment or technology.

Support for conducting research or studies in your field.

Support for activities that benefit local communities or underserved populations.

Important Information

By submitting this application, you acknowledge that the final approved amount will be determined during our review process based on your eligibility and requested amount. You'll receive notification once your application has been processed.

Back
@endsection