project = $project; if (NostrAuth::check()) { $this->isAllowed = true; } } }; ?>
@if($isAllowed)

{{ $project->name }}

@if($project->status === 'pending') @elseif($project->status === 'active') @else @endif

Details

Status
@if($project->status === 'pending') Ausstehend @elseif($project->status === 'active') Aktiv @else Archiviert @endif
Erstellt am
{{ $project->created_at->format('d.m.Y') }}

Beschreibung

{{ $project->description ?? 'Keine Beschreibung' }}

@else

Projektförderung

Du bist nicht berechtigt, die Projektförderung einzusehen.

@endif