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

Apply as Company

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

Please correct the following errors:

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

Please provide the following information about your organization:

Format: XX-XXXXXXX

@error('phone_number')

{{ $message }}

@enderror
@error('contact_person')

{{ $message }}

@enderror

Describe your organization's core mission and purpose

A concise title for your grant-funded project

Detailed description of the project for which funding is requested

Describe the specific goals and measurable outcomes you expect to achieve

{{ Auth::user()->s_curr }}

Enter the amount you would like to request for your project

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