merge(['class' => $makeTableClass()]) }}>
{{-- Table head --}}
@foreach($heads as $th)
@endforeach
{{-- Table body --}}
{{ $slot }}
{{-- Table footer --}}
@isset($withFooter)
@foreach($heads as $th)
@endforeach
@endisset
{{ is_array($th) ? ($th['label'] ?? '') : $th }}
|
{{-- Add plugin initialization and configuration code --}}
@push('js')
@endpush
{{-- Add CSS styling --}}
@isset($beautify)
@push('css')
@endpush
@endisset