@extends('layouts.app') @section('title', 'Create New Project') @section('description', 'Submit your CSR project for funding') @section('content')

Create New Project

Share your vision and start making an impact

@csrf
@error('title')

{{ $message }}

@enderror

This will appear in project cards and search results

@error('short_description')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror

or drag and drop

PNG, JPG, GIF up to 10MB

@error('featured_image')

{{ $message }}

@enderror

Minimum funding goal: ₦10,000

@error('funding_goal')

{{ $message }}

@enderror
@error('duration_months')

{{ $message }}

@enderror
@error('region')

{{ $message }}

@enderror
@error('location')

{{ $message }}

@enderror
@php $sdgs = [ 1 => 'No Poverty', 2 => 'Zero Hunger', 3 => 'Good Health', 4 => 'Quality Education', 5 => 'Gender Equality', 6 => 'Clean Water', 7 => 'Clean Energy', 8 => 'Decent Work', 9 => 'Industry Innovation', 10 => 'Reduced Inequalities', 11 => 'Sustainable Cities', 12 => 'Responsible Consumption', 13 => 'Climate Action', 14 => 'Life Below Water', 15 => 'Life on Land', 16 => 'Peace & Justice', 17 => 'Partnerships' ]; @endphp @foreach($sdgs as $number => $title) @endforeach

Select all SDGs that your project addresses

@error('sdg_tags')

{{ $message }}

@enderror
@error('target_beneficiaries')

{{ $message }}

@enderror
@error('start_date')

{{ $message }}

@enderror
@error('end_date')

{{ $message }}

@enderror

This helps funders understand how you'll measure impact

@error('kpis')

{{ $message }}

@enderror
Cancel
@push('scripts') @endpush @endsection