Edit Initiative
@csrf @method('PUT')
Title
Status
status) == 'Proposal' ? 'selected' : '' }}>Proposal
status) == 'In review' ? 'selected' : '' }}>In review
status) == 'Approved' ? 'selected' : '' }}>Approved
status) == 'Closed' ? 'selected' : '' }}>Closed
Type
Select a type
@foreach($types as $type)
type_id) == $type->id ? 'selected' : '' }}> {{ $type->name }}
@endforeach
Ecosystem
Select an ecosystem
@foreach($ecosystems as $ecosystem)
ecosystem_id) == $ecosystem->id ? 'selected' : '' }}> {{ $ecosystem->name }}
@endforeach
Start Date
End Date
Description
{{ old('description', $initiative->description) }}
Address
City
Country
External link
Update Initiative