pianello-api/resources/views/components/base/menu/footer.blade.php

4 lines
136 B
PHP
Raw Permalink Normal View History

<div {{ $attributes->class(['flex p-1'])->merge($attributes->whereDoesntStartWith('class')->getAttributes()) }}>
{{ $slot }}
</div>