@props([ 'title' => 'Nenhum item encontrado', 'description' => null, 'actionLabel' => null, 'actionUrl' => null, ])

{{ $title }}

@if($description)

{{ $description }}

@endif @if($actionLabel && $actionUrl)
{{ $actionLabel }}
@endif @if($slot->isNotEmpty())
{{ $slot }}
@endif