PATH:
home
/
rwabteecom
/
public_html
/
resources
/
views
/
vcards
/
gallery
/
Editing: 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')
SAVE
CANCEL