2 lines
74 B
PHP
2 lines
74 B
PHP
<a {{ $attributes->merge(['class' => 'dropdown-item']) }}>{{ $slot }}</a>
|
<a {{ $attributes->merge(['class' => 'dropdown-item']) }}>{{ $slot }}</a>
|