@extends('layouts.app') @section('title', $project->title) @section('description', \Illuminate\Support\Str::limit(strip_tags($project->description), 160)) @section('content')
{{ $project->title }}

{{ $project->title }}

{{ $project->category ?? 'General Support' }}

{{ $project->description }}

{{ number_format($project->raised_amount,2) }} of ৳{{ number_format($project->goal_amount,2) }} raised
Donate Now
Project Snapshot
  • Goal Amount: ৳{{ number_format($project->goal_amount,2) }}
  • Raised Amount: ৳{{ number_format($project->raised_amount,2) }}
  • Status: {{ ucfirst($project->status) }}
  • Category: {{ $project->category ?? 'General' }}
  • Started: {{ $project->start_date?->format('M d, Y') }}
Share the campaign
@endsection