pianello-api/resources/views/components/base/tab/panels.blade.php

5 lines
150 B
PHP
Raw Permalink Normal View History

<div
{{ $attributes->class(merge(['tab-content']))->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}>
{{ $slot }}
</div>