3 lines
168 B
PHP
3 lines
168 B
PHP
<div
|
|
{{ $attributes->class(['h-px my-2 -mx-2 bg-slate-200/60 dark:bg-darkmode-400'])->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}>
|
|
</div>
|