D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
resources
/
views
/
vcards
/
products
/
Filename :
table.blade.php
back
Copy
<table class="table table-responsive-sm align-middle table-row-dashed fs-6 dataTable no-footer w-100" id="productsTable"> <thead> <tr class="text-start text-muted fw-bolder fs-7 text-uppercase gs-0"> <th scope="col">{{__('messages.common.icon')}}</th> <th scope="col">{{__('messages.common.name')}}</th> <th scope="col">{{__('messages.plan.price')}}</th> <th scope="col">{{__('messages.common.action')}}</th> </tr> </thead> <tbody class="text-gray-600 fw-bold text-nowrap"> </tbody> </table>