A list of all the initiatives in your account including their title, type, ecosystem, dates, and validation status.
| Title | Type | Ecosystem | Start Date | End Date | Address | Status | Actions |
|---|---|---|---|---|---|---|---|
{{ $initiative->title }}
|
{{ $initiative->typeRelation ? $initiative->typeRelation->name : 'N/A' }} | {{ $initiative->ecosystem ? $initiative->ecosystem->name : 'N/A' }} | {{ $initiative->start_date ? \Carbon\Carbon::parse($initiative->start_date)->format('M d, Y') : 'N/A' }} | {{ $initiative->end_date ? \Carbon\Carbon::parse($initiative->end_date)->format('M d, Y') : 'Ongoing' }} | {{ $initiative->address ?? 'N/A' }} | @if($initiative->isValidated) ✅ Validated @else ⏳ Pending @endif | |
| No initiatives found | |||||||