5 lines
190 B
PHP
5 lines
190 B
PHP
@props(['as' => 'div'])
|
|
|
|
<{{ $as }}
|
|
{{ $attributes->class(['p-5 overflow-y-auto flex-1'])->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}
|
|
>{{ $slot }}</{{ $as }}>
|