From 52a88d750dba78bac1ac2eeff762750cdb9f9ea1 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Fri, 18 Oct 2024 20:11:32 +0500 Subject: [PATCH] wip --- resources/views/orders/loan/mobile/loan-history.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/orders/loan/mobile/loan-history.blade.php b/resources/views/orders/loan/mobile/loan-history.blade.php index 0fdd78e..a2be55c 100644 --- a/resources/views/orders/loan/mobile/loan-history.blade.php +++ b/resources/views/orders/loan/mobile/loan-history.blade.php @@ -7,14 +7,14 @@ type="button" class="border text-left appearance-none cursor-pointer rounded text-sm font-bold focus:outline-none focus:ring ring-primary-200 dark:ring-gray-600 relative disabled:cursor-not-allowed inline-flex items-center justify-center shadow h-9 px-3 bg-primary-500 border-primary-500 hover:[&:not(:disabled)]:bg-primary-400 hover:[&:not(:disabled)]:border-primary-400 text-white dark:text-gray-900" onclick="fetchLoanHistory( - 'loan-history-container', + 'loan-history-item-container', '{{ $resource->passport_serie }}', '{{ $resource->passport_id }}', )"> Karz taryhyny ýükle -
+