5 lines
238 B
PHP
5 lines
238 B
PHP
@props(['as' => 'div'])
|
|
|
|
<{{ $as }}
|
|
{{ $attributes->class(['px-5 py-3 text-right border-t border-slate-200/60 dark:border-darkmode-400'])->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}
|
|
>{{ $slot }}</{{ $as }}>
|