4 lines
129 B
PHP

<div {{$attributes->merge(['class' => 'card flex flex-col space-y-4 shadow-xl p-8 bg-white rounded-xl'])}}>
{{$slot}}
</div>