card history

This commit is contained in:
2024-10-18 17:35:21 +05:00
parent b36574e8bd
commit 8569582c4e

View File

@@ -4,6 +4,11 @@
$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) {
$card_month = $resource->card_month;
$card_year = $resource->card_year;
}
@endphp
<style>