Current File : /home/getxxhzo/app.genicards.com/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')