ok

Mini Shell

Direktori : /home2/selectio/www/fms-worksuite/resources/views/components/
Upload File :
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>

Zerion Mini Shell 1.0