ok
Direktori : /home2/selectio/www/fms-worksuite/resources/views/components/ |
Current File : //home2/selectio/www/fms-worksuite/resources/views/components/table.blade.php |
<table {{ $attributes->merge(['class' => 'table', 'id' => 'example' ]) }}> @isset($thead) <thead class="{{ $headType }}"> <tr> {!! $thead !!} </tr> </thead> @endisset <tbody> {{ $slot }} </tbody> </table>