This commit is contained in:
2025-05-28 23:11:39 +05:00
parent 615eb3da0d
commit a2864cb376

View File

@@ -37,9 +37,13 @@
</thead>
<tbody>
@foreach($data->transactions as $transaction)
@php
$date = Carbon\Carbon::create($transaction->trandate);
@endphp
<tr>
<th>{{ $transaction->trandate }}</th>
<th>{{ $transaction->trandate }} ---Sagady yok---</th>
<th>{{ $date->format('d.m.Y') }}</th>
<th>{{ $date->format('d.m.Y') }} ---Sagady yok---</th>
<th>{{ $data->cardMaskNumber }}</th>
<th>{{ $transaction->actionName }}</th>
<th>YOK</th>