@extends('layouts.admin') @section('title', 'Donations') @section('content')
Manage donation campaigns and fundraising initiatives.
| Image | Title | Donate Points | INR Value | Status | Actions |
|---|---|---|---|---|---|
|
@if($donation->image)
|
{{ $donation->title }}@if($donation->description) {{ Str::limit($donation->description, 50) }} @endif |
{{ $donation->donate_points }} | {{ $donation->formatted_inr_value }} | @if($donation->is_active) Active @else Inactive @endif |
|