mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-13 02:34:03 +00:00
wip
This commit is contained in:
parent
9c1167a8d3
commit
84ce0b390c
7 changed files with 45 additions and 17472 deletions
|
|
@ -2,7 +2,7 @@
|
|||
@if ($url = is_string($item) ? $item : $item->url)
|
||||
<a href="{{ $page->isUrl($url) ? $url : $page->link($url) }}"
|
||||
class="{{ 'lvl' . $level }} {{ $page->isActiveParent($item) ? 'lvl' . $level . '-active' : '' }} {{ $page->isActive($url) ? 'active' : '' }} nav-menu__item"
|
||||
@if(Str::contains($url, 'saas-boilerplate')) data-splitbee-event="Click sidebar CTA" @endif
|
||||
@if(\Illuminate\Support\Str::contains($url, 'saas-boilerplate')) data-splitbee-event="Click sidebar CTA" @endif
|
||||
>
|
||||
{{ $label }}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue