This commit is contained in:
2025-05-28 23:05:42 +05:00
parent 72745e6360
commit 615eb3da0d

View File

@@ -8,54 +8,54 @@
<body> <body>
<p>{{ $data->depName }}</p> <p>{{ $data->depName }}</p>
<p>BAB: <strong>{{ $data->mfo }}</strong></p> <p>BAB: <strong>{{ $data->mfo }}</strong></p>
<p>S/b: <strong>ÝOK</strong></p> <p>S/b: <strong> ---ÝOK--- </strong></p>
<div class="section"> <div class="section">
<p>Текущая дата: <strong>{{ now()->format('H:i, d.m.Y') }}</strong></p> <p>Sene: <strong>{{ now()->format('d.m.Y') }}</strong></p>
<p>ВЫПИСКА ПО СЧЕТУ КЛИЕНТА №9341304011</p> <p> ---YOK--- belgili kart hasaby boýunça GÖÇÜRME</p>
<p>Ф.И.О. владельца счета: <strong>{{ $data->clientName }}</strong></p> <p>Müşderiniň FAAa: <strong>{{ $data->clientName }}</strong></p>
<p>за период с {{ $data->fromDate }} по {{ $data->toDate }} </p> <p>{{ $data->fromDate }} - {{ $data->toDate }} aralygy üçin</p>
<br> <br>
<p>Исходящий остаток: <strong>7.73</strong></p> <p>Başdaky galyndy: <strong> ---YOK--- </strong></p>
<p>Входящий остаток: <strong>361.92</strong></p> <p>Ahyrky galyndy: <strong> ---YOK--- </strong></p>
</div> </div>
<table> <table>
<thead> <thead>
<tr> <tr>
<th>Дата операции</th> <th>Amalyň senesi</th>
<th>Дата транз.</th> <th>Tranzaksiýa senesi</th>
<th>Карточка</th> <th>Kart belgisi</th>
<th>Тип операции</th> <th>Amalyň görnüşi</th>
<th>Место провед. транзакции</th> <th>Tranz. geçirilen ýeri</th>
<th>Валюта транз.</th> <th>Tranz. walýutasy</th>
<th>Сумма в валюте транзакции</th> <th>Tranz. wal-da möçberi</th>
<th>Сумма в валюте карт-счета, 934</th> <th>Hasabyň wal-da möçberi</th>
<th>Остаток карт-счета, 934</th> <th>Kart hasabynyň galyndysy</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@foreach($data->transactions as $transaction) @foreach($data->transactions as $transaction)
<tr> <tr>
<th>{{ $transaction->trandate }}</th> <th>{{ $transaction->trandate }}</th>
<th>{{ $transaction->trandate }}</th> <th>{{ $transaction->trandate }} ---Sagady yok---</th>
<th>{{ $data->cardMaskNumber }}</th> <th>{{ $data->cardMaskNumber }}</th>
<th>{{ $transaction->opername }}</th> <th>{{ $transaction->actionName }}</th>
<th>YOK</th> <th>YOK</th>
<th>{{ $transaction->currency }}</th> <th>{{ $transaction->currency }}</th>
<th>{{ $transaction->opersum }}</th> <th>{{ $transaction->opersum }}</th>
<th>{{ $transaction->opersum }}</th> <th>{{ $transaction->opersum }}</th>
<th>YOK</th> <th>{{ $transaction->balsum }}</th>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>
</table> </table>
<div class="summary"> <div class="summary">
<p>Обороты за период:</p> <p>Aralyk boýunça hereket:</p>
<p>(+) поступило: <strong>6 225.65</strong></p> <p>Girdeji: <strong>6 225.65</strong></p>
<p>(-) списано: <strong>6 579.84</strong></p> <p>Çykdajy: <strong>6 579.84</strong></p>
</div> </div>
</body> </body>
</html> </html>