| DIR: /home/cardxfeb/public_html/resources/views/vcards/products/ |
| Current File : //home/cardxfeb/public_html/resources/views/vcards/products/index.blade.php |
<div class="overflow-auto">
<div class="table-striped w-100">
<livewire:vcard-product-table lazy :vcard-id="$vcard->id"/>
</div>
</div>
@include('vcards.products.create')
@include('vcards.products.edit')
@include('vcards.products.show')
|