From 3d81941aa1456fe2be4e75de5daf89f496f6625f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Thu, 16 Jun 2022 10:27:04 +0300 Subject: [PATCH] Fixed summary link issue ( #31epna2 ) --- resources/views/banking/transactions/index.blade.php | 1 + resources/views/components/index/summary.blade.php | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/resources/views/banking/transactions/index.blade.php b/resources/views/banking/transactions/index.blade.php index ee7b5528d..af3e802be 100644 --- a/resources/views/banking/transactions/index.blade.php +++ b/resources/views/banking/transactions/index.blade.php @@ -59,6 +59,7 @@ diff --git a/resources/views/components/index/summary.blade.php b/resources/views/components/index/summary.blade.php index 9e5cbabc2..40fae6e4d 100644 --- a/resources/views/components/index/summary.blade.php +++ b/resources/views/components/index/summary.blade.php @@ -23,10 +23,10 @@ @elseif (! empty($first))
@if ($first->attributes->has('href')) - + @endif @php $text_color = $first->attributes->has('text-color') ? $first->attributes->get('text-color') : 'text-purple group-hover:text-purple-700'; @endphp -
+
attributes->get('class')])> {!! $first->attributes->get('amount') !!}
@@ -51,10 +51,10 @@ @elseif (! empty($second))