@props(['ucfirst']) @php $ucfirst = $ucfirst ?? false; $classes = 'block block-simple rounded-md p-4 flex flex-col space-y-1'; if (!strpos($attributes['class'], 'bg-')) { $classes .= ' bg-gray-200'; } @endphp
merge(['class' => $classes]) }}> @if ($attributes['title']) @if ($ucfirst) {{ Str::ucfirst($attributes['title']) }} @else {{ Str::lower($attributes['title']) }} @endif @endif
{{ $slot }}