4 lines
104 B
PHP
4 lines
104 B
PHP
<div {{$attributes->merge(['class' => 'p-6 border border-gray-200 rounded-xl'])}}>
|
|
{{$slot}}
|
|
</div>
|