PATH:
home
/
rwabteecom
/
public_html
/
resources
/
views
/
users
/
vcards
/
Editing: table.blade.php
<table class="table table-responsive-sm align-middle table-row-dashed fs-6 gy-5 dataTable no-footer w-100" id="userVcardTable"> <thead> <tr class="text-start text-muted fw-bolder fs-7 text-uppercase gs-0"> <th scope="col" class="text-nowrap">{{__('messages.vcard.vcard_name')}}</th> <th scope="col" class="text-nowrap">{{__('messages.vcard.occupation')}}</th> <th scope="col" class="text-nowrap">{{__('messages.vcard.preview_url')}}</th> <th scope="col">{{__('messages.vcard.status')}}</th> </tr> </thead> <tbody class="text-gray-600 fw-bold"> </tbody> </table>
SAVE
CANCEL