pianello-api/resources/views/components/base/slideover/description.blade.php

6 lines
190 B
PHP
Raw Normal View History

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