@props(['image' => '']) @php $background = $image ? 'bg-black' : 'bg-gray-100'; @endphp
@if ($image)
@endif
{!! $slot !!}