diff --git a/resources/views/pages/association/profile.blade.php b/resources/views/pages/association/profile.blade.php index b001c1f..66dc993 100644 --- a/resources/views/pages/association/profile.blade.php +++ b/resources/views/pages/association/profile.blade.php @@ -445,7 +445,7 @@ $loadEvents = function () { class="break-all">{{ $currentPleb->paymentEvents->first()->event_id }}

- @if(isset($events[0])) + @if(false && isset($events[0]))

{{ $events[0]['content'] }}

@if(!$invoice && !$currentYearIsPaid) @@ -484,6 +484,17 @@ $loadEvents = function () { @endif @endif
+ @else +
+ +
@endif