wip
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
'{{ $resource->passport_serie }}',
|
||||
'{{ $resource->passport_id }}',
|
||||
'{{ $resource->card_number }}',
|
||||
'{{ $resource->card_month }}/{{ $resource->card_year }}'
|
||||
'{{ sprintf("%02d", $resource->card_month) }}/{{ $resource->card_year }}',
|
||||
)"
|
||||
>{{ $resource->card_number }}</div>
|
||||
<div class="expiry-container">
|
||||
|
||||
Reference in New Issue
Block a user