PATH:
home
/
rwabteecom
/
project_11
/
resources
/
views
/
components
/
datatable
/
Editing: body.blade.php
<div class="card-body py-0" id="overlay"> <table id="datatables" class="table align-middle table-row-dashed fs-6 gy-5"> <thead> <tr class="text-gray-400 fw-bold fs-7 text-uppercase gs-0"> {{$slot}} <th>{{__('Actions')}}</th> </tr> </thead> <tbody class="text-gray-600 fw-semibold text-center"></tbody> </table> <div id="data"></div> </div>
SAVE
CANCEL