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

4 lines
143 B
PHP
Raw Permalink Normal View History

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