@props(['title' => 'No hay registros', 'icon' => 'fas fa-search', 'action' => null, 'btnText' => 'Crear Nuevo'])

{{ $title }}

@if(isset($slot) && $slot->isNotEmpty())

{{ $slot }}

@endif @if($action) {{ $btnText }} @endif