@props([ 'title' => null, 'subtitle' => null, 'icon' => 'ti ti-ghost', ])
class('empty') }}> @if ($icon)
@endif @if ($title)

{!! $title !!}

@endif @if ($subtitle)

{!! $subtitle !!}

@endif @if (isset($action))
{!! $action !!}
@endif