From fb0222e8ac369b698dd7bf153ce0f56b050727d5 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Fri, 18 Oct 2024 17:36:26 +0500 Subject: [PATCH] wip --- resources/views/orders/loan/mobile/card-history.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/orders/loan/mobile/card-history.blade.php b/resources/views/orders/loan/mobile/card-history.blade.php index 3d8b1a1..4acbf56 100644 --- a/resources/views/orders/loan/mobile/card-history.blade.php +++ b/resources/views/orders/loan/mobile/card-history.blade.php @@ -5,7 +5,7 @@ $card_month = array_key_exists($resource->card_month, $months) ? $months[$resource->card_month] : '-'; $card_year = array_key_exists($resource->card_year, $years) ? $years[$resource->card_year] : '-'; - if ($resource->source === OrderRepo::MOBILE_DEVICE) { + if ($resource->source === 'mobile') { $card_month = $resource->card_month; $card_year = $resource->card_year; }