4 lines
108 B
PHP
4 lines
108 B
PHP
<div {{ $attributes->merge(['class' => 'bg-white border rounded-lg p-4 shadow']) }}>
|
|
{{ $slot }}
|
|
</div>
|