wip
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
|
|
||||||
$card_month = array_key_exists($resource->guarantor_card_month, $months) ? $months[$resource->guarantor_card_month] : '-';
|
$card_month = array_key_exists($resource->guarantor_card_month, $months) ? $months[$resource->guarantor_card_month] : '-';
|
||||||
$card_year = array_key_exists($resource->guarantor_card_year, $years) ? $years[$resource->guarantor_card_year] : '-';
|
$card_year = array_key_exists($resource->guarantor_card_year, $years) ? $years[$resource->guarantor_card_year] : '-';
|
||||||
|
|
||||||
|
if ($resource->source === 'mobile') {
|
||||||
|
$card_month = $resource->card_month;
|
||||||
|
$card_year = $resource->card_year;
|
||||||
|
}
|
||||||
@endphp
|
@endphp
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user