@extends('layouts.app') @section('title', 'Fund Project') @section('description', 'Support this project and make an impact') @section('content')

Project Summary

@if($project->featured_image) {{ $project->title }} @endif @if($project->is_featured)
Featured
@endif

{{ $project->title }}

by {{ $project->owner->name }}

@foreach($project->sdg_tags as $sdg) SDG {{ $sdg }} @endforeach
{{ $project->formatted_funding_raised }} raised {{ number_format($project->funding_progress, 1) }}%
Goal: {{ $project->formatted_funding_goal }} {{ $project->duration_months ?? 'N/A' }} months
{{ number_format($project->views_count) }}
Views
{{ number_format($project->likes_count) }}
Likes
{{ $project->location ?? $project->region }}

Fund This Project

@csrf

Minimum amount: ₦1,000

Your payment is secured with SSL encryption
@push('scripts') @endpush @endsection