@props([ 'thead' => [], 'pagination' => null, 'responsive' => true, 'tableClass' => '', 'theadWidths' => [], ])
$responsive])> {{-- CabeƧalho --}} @include('components.tables._thead', [ 'thead' => $thead, 'theadWidths' => $theadWidths, ]) @if(isset($body) && trim($body) !== '') {!! $body !!} @else @endif
* Nenhum registro encontrado
@if(!empty($pagination))
{!! $pagination !!}
@endif