← Back to Home

Initiatives

A list of all the initiatives in your account including their title, type, ecosystem, dates, and validation status.

@if(session('success')) @endif
@forelse($initiatives as $initiative) @empty @endforelse
Title Type Ecosystem Start Date End Date Address Status Actions
{{ $initiative->title }}
Type
{{ $initiative->typeRelation ? $initiative->typeRelation->name : 'N/A' }}
Ecosystem
{{ $initiative->ecosystem ? $initiative->ecosystem->name : 'N/A' }}
Start Date
{{ $initiative->start_date ? \Carbon\Carbon::parse($initiative->start_date)->format('M d, Y') : 'N/A' }}
End Date
{{ $initiative->end_date ? \Carbon\Carbon::parse($initiative->end_date)->format('M d, Y') : 'Ongoing' }}
Address
{{ $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
View Edit @if(!$initiative->isValidated)
@csrf
@endif
No initiatives found