@props([ 'actions' => [], 'details' => [], 'title', 'url', ])
  • class(['fi-global-search-result scroll-mt-9 transition duration-75 focus-within:bg-gray-50 hover:bg-gray-50 dark:focus-within:bg-white/5 dark:hover:bg-white/5']) }} > $actions, 'p-4' => ! $actions, ]) >

    {{ $title }}

    @if ($details)
    @foreach ($details as $label => $value)
    @if ($isAssoc ??= \Illuminate\Support\Arr::isAssoc($details))
    {{ $label }}:
    @endif
    {{ $value }}
    @endforeach
    @endif
    @if ($actions) @endif