@props([ 'icon' => 'fa-inbox', 'title' => 'Nothing to show', 'text' => null, ])
merge(['class' => 'empty']) }}>

{{ $title }}

@if ($text)

{{ $text }}

@endif {{ $slot }}