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