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