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