@props(['title', 'description', 'icon', 'iconBg' => 'bg-primary', 'url' => null, 'onclick' => null]) @php $tag = $url ? 'a' : 'div'; $attributes = $url ? ['href' => $url, 'class' => 'shortcut-item'] : ['class' => 'shortcut-item']; if ($onclick) { $attributes['onclick'] = $onclick; } @endphp <{{ $tag }} @foreach($attributes as $key => $value) {{ $key }}="{{ $value }}" @endforeach>

{{ __($title) }}

{{ __($description) }}