This commit is contained in:
2025-06-03 14:14:24 +05:00
parent 92f0eeb2e0
commit c782e6fdf2
2 changed files with 11 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
</div>
<div>
<h1 class="text-xl font-bold" style="color: rgb(30, 41, 59);">Nexus Bank</h1>
<p class="text-sm" style="color: rgb(100, 116, 139);">Premium Card</p>
<p class="text-sm" style="color: rgb(100, 116, 139);">{{ $data->cardName }}</p>
</div>
</div>
<div class="space-y-6">
@@ -29,7 +29,7 @@
</p>
<div class="flex items-center gap-2">
<p class="text-lg font-mono tracking-wider" style="color: rgb(30, 41, 59);">
{{ $data->cardPan }}
{{ $data->cardMaskNumber }}
</p>
</div>
</div>
@@ -39,7 +39,7 @@
{{ __('Card holder name') }}
</p>
<p class="text-sm font-medium" style="color: rgb(30, 41, 59);">
{{ $data->clientName }}
---YOK---
</p>
</div>
<div>
@@ -57,7 +57,7 @@
{{ __('Money Balance') }}
</p>
</div>
{{-- <p class="text-2xl font-bold" style="color: rgb(5, 150, 105);">{{ $data-> }}</p> --}}
<p class="text-2xl font-bold" style="color: rgb(5, 150, 105);">{{ $data->balance }}</p>
</div>
</div>
</div>