wip
This commit is contained in:
@@ -37,9 +37,17 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@foreach($data->transactions as $transaction)
|
||||
@foreach($transaction->transactions as $transaction_item)
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>{{ $transaction_item->trandate }}</th>
|
||||
<th>{{ $transaction_item->trandate }}</th>
|
||||
<th>{{ $transaction->cardMaskNumber }}</th>
|
||||
<th>{{ $transaction_item->opername }}</th>
|
||||
<th>YOK</th>
|
||||
<th>{{ $transaction->currency }}</th>
|
||||
<th>{{ $transaction->opersum }}</th>
|
||||
<th>{{ $transaction->opersum }}</th>
|
||||
<th>YOK</th>
|
||||
</tr>
|
||||
@stop
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user