@extends('layouts.app') @section('title', 'Donation Projects') @push('styles') @endpush @section('content')

Donation Projects

Support transparent initiatives with visible goals and progress.

Donate Now
@foreach($projects as $project)
{{ $project->title }}
{{ $project->title }}

{{ \Illuminate\Support\Str::limit($project->description, 130) }}

{{ number_format($project->raised_amount,2) }} raised of ৳{{ number_format($project->goal_amount,2) }}
@endforeach
{{ $projects->links() }}
@endsection