From 740ba440d69086a1c3015bd3bb0b24c698894976 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Wed, 20 Nov 2024 19:51:48 +0500 Subject: [PATCH] wip --- README.md | 9 +++++++++ .../orders/loan/mobile/card-gurantor-2-history.blade.php | 5 ----- .../orders/loan/mobile/card-gurantor-history.blade.php | 5 ----- .../views/orders/loan/mobile/card-history.blade.php | 5 ----- 4 files changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b4edd11..96bbb8d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # Online tbbank dashboard + +9934301002278780 + + +Jorayew Mammetjan 01/2040 + +I-AS 379514 +25.05.2006ý + diff --git a/resources/views/orders/loan/mobile/card-gurantor-2-history.blade.php b/resources/views/orders/loan/mobile/card-gurantor-2-history.blade.php index 31498eb..6cbbb31 100644 --- a/resources/views/orders/loan/mobile/card-gurantor-2-history.blade.php +++ b/resources/views/orders/loan/mobile/card-gurantor-2-history.blade.php @@ -5,11 +5,6 @@ $card_month = array_key_exists($resource->guarantor_2_card_month, $months) ? $months[$resource->guarantor_2_card_month] : '-'; $card_year = array_key_exists($resource->guarantor_2_card_year, $years) ? $years[$resource->guarantor_2_card_year] : '-'; - - if ($resource->source === 'mobile' && $resource->status == 'pending') { - $card_month = $resource->guarantor_2_card_month; - $card_year = $resource->guarantor_2_card_year; - } @endphp