PATH:
home
/
rwabteecom
/
public_html_olld
/
resources
/
views
/
vcards
/
blogs
/
Editing: index.blade.php
<div class="overflow-auto"> <div class="table-striped w-100"> <livewire:vcard-blog-table lazy :vcard-id="$vcard->id"/> </div> </div> @include('vcards.blogs.create') @include('vcards.blogs.edit') @include('vcards.blogs.show')
SAVE
CANCEL