From a7716152d410766dab1cd12fff973a916a37189e Mon Sep 17 00:00:00 2001
From: fsociety
Date: Sat, 5 Oct 2024 19:39:58 +0200
Subject: [PATCH] disable zap
---
resources/views/pages/association/profile.blade.php | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
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