@props([ 'compact' => false, 'left' => false, 'bottom' => false, 'title' => '', ])
$compact, 'is-left' => $left, 'is-bottom' => $bottom ]) {{ $attributes->except(['compact', 'left', 'bottom']) }} > @if($title)

{{ $title }}

@endif
{{ $slot }}