wip
This commit is contained in:
@@ -37,17 +37,21 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@foreach($data->transactions as $transaction)
|
@foreach($data->transactions as $transaction)
|
||||||
<tr>
|
@php
|
||||||
<th>{{ $transaction->trandate }}</th>
|
$date = Carbon\Carbon::create($transaction->trandate);
|
||||||
<th>{{ $transaction->trandate }} ---Sagady yok---</th>
|
@endphp
|
||||||
<th>{{ $data->cardMaskNumber }}</th>
|
|
||||||
<th>{{ $transaction->actionName }}</th>
|
<tr>
|
||||||
<th>YOK</th>
|
<th>{{ $date->format('d.m.Y') }}</th>
|
||||||
<th>{{ $transaction->currency }}</th>
|
<th>{{ $date->format('d.m.Y') }} ---Sagady yok---</th>
|
||||||
<th>{{ $transaction->opersum }}</th>
|
<th>{{ $data->cardMaskNumber }}</th>
|
||||||
<th>{{ $transaction->opersum }}</th>
|
<th>{{ $transaction->actionName }}</th>
|
||||||
<th>{{ $transaction->balsum }}</th>
|
<th>YOK</th>
|
||||||
</tr>
|
<th>{{ $transaction->currency }}</th>
|
||||||
|
<th>{{ $transaction->opersum }}</th>
|
||||||
|
<th>{{ $transaction->opersum }}</th>
|
||||||
|
<th>{{ $transaction->balsum }}</th>
|
||||||
|
</tr>
|
||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user