diff --git a/resources/views/pages/association/project-support/index.blade.php b/resources/views/pages/association/project-support/index.blade.php index f0d157b..951cc8a 100644 --- a/resources/views/pages/association/project-support/index.blade.php +++ b/resources/views/pages/association/project-support/index.blade.php @@ -223,7 +223,8 @@ $delete = function ($id) { xs :href="route('association.projectSupport.item', ['projectProposal' => $project])" label="Öffnen"/> - @elseif($currentPleb && $currentPleb->association_status->value > 2 && $project->sats_paid) + @endif + @if($currentPleb && $currentPleb->association_status->value > 2 && $project->sats_paid)