first upload all files
This commit is contained in:
11
Modules/Admin/Resources/views/components/table.blade.php
Normal file
11
Modules/Admin/Resources/views/components/table.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-hover {{ $class ?? '' }}" id="{{ $id ?? '' }}">
|
||||
<thead>{{ $thead }}</thead>
|
||||
|
||||
<tbody>{{ $slot }}</tbody>
|
||||
|
||||
@isset($tfoot)
|
||||
<tfoot>{{ $tfoot }}</tfoot>
|
||||
@endisset
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user