From 9cf38b4788bc94fceb25ee79654096587ffbb92a Mon Sep 17 00:00:00 2001 From: fsociety Date: Thu, 24 Oct 2024 16:47:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(profile):=20conditionally=20di?= =?UTF-8?q?splay=20receipt=20button=20for=20payments=20with=20invoice?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/pages/association/profile.blade.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/views/pages/association/profile.blade.php b/resources/views/pages/association/profile.blade.php index 9f81fb3..a87e79b 100644 --- a/resources/views/pages/association/profile.blade.php +++ b/resources/views/pages/association/profile.blade.php @@ -532,8 +532,10 @@ $loadEvents = function () { class="text-left font-medium break-all">{{ $payment->event_id }} - + @if($payment->btc_pay_invoice) + + @endif @endforeach