From 7ae6e63ffe8b5e96be1a1ea64892bd12be3236fd Mon Sep 17 00:00:00 2001 From: fsociety Date: Thu, 31 Oct 2024 23:35:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fix(pages):=20adjust=20condition?= =?UTF-8?q?al=20rendering=20for=20project=20support=20display=20in=20index?= =?UTF-8?q?=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/pages/association/project-support/index.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)