@props([ 'title', 'description' => null, 'actionLabel' => null, 'actionUrl' => null, 'icon' => 'inbox', ])
merge(['class' => 'eva-empty-state']) }}>

{{ $title }}

@if($description)

{{ $description }}

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