Files
exchange-2.0/resources/views/pages/wallet/transactions.blade.php
T
2023-09-19 00:09:09 +08:00

5 lines
189 B
PHP

<div class="row">
<div class="col">
<customer-transaction-section-component :id="{{$id}}" :wallet_id="{{$wallet_id}}"></customer-transaction-section-component>
</div>
</div>