You've already forked Atomcms-edit
5 lines
233 B
PHP
Executable File
5 lines
233 B
PHP
Executable File
@props(['route' => '', 'classes' => '', 'turbolink' => true, 'target' => '_self'])
|
|
|
|
<a @if(!$turbolink) data-turbolinks="false" @endif href="{{ $route }}" target="{{ $target }}" class="dropdown-item {{ $classes }}">
|
|
{{ $slot }}
|
|
</a> |