@props([ 'title' => null, 'copy' => null, 'icon' => 'empty', ])
class('flex flex-col items-center justify-center px-6 py-16 text-center') }} role="status" > @if ($icon) @endif @if (filled($title))

(bool) $icon])>{{ $title }}

@endif @if (filled($copy))

{{ $copy }}

@endif @if (! $slot->isEmpty())
{{ $slot }}
@endif