@props([ 'title', 'total' => null, 'limpiarUrl' => null, ])
{{-- Cabecera: título + slot de filtros --}}

{{ $title }}

{{ $filters ?? '' }} @if($limpiarUrl) Limpiar @endif @if(!is_null($total)) {{ $total }} {{ Str::lower($title) }} @endif
{{-- Tabla --}} {{ $slot }} {{-- Paginación --}} @isset($pagination)
{{ $pagination }}
@endisset