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