diff --git a/resources/views/pages/association/project-support/index.blade.php b/resources/views/pages/association/project-support/index.blade.php index c0cf27b..792d76d 100644 --- a/resources/views/pages/association/project-support/index.blade.php +++ b/resources/views/pages/association/project-support/index.blade.php @@ -96,7 +96,7 @@ $delete = function ($id) { - @if($currentPleb && $currentPleb->status > 2) + @if($currentPleb && $currentPleb->association_status->value > 2) @endif @@ -199,7 +199,7 @@ $delete = function ($id) { :href="route('association.projectSupport.edit', ['projectProposal' => $project])" label="Editieren"/> @endif - @if($currentPleb && $currentPleb->status > 2) + @if($currentPleb && $currentPleb->association_status->value > 2)