|
|
@endif
{!! strip_link($menuItem->name) !!}
@include('components.frontend.menu-items.fields.meta-update-datetime')
@include('components.frontend.menu-items.fields.meta-author')
@include('components.frontend.menu-items.fields.meta-category')
@include('components.frontend.partials.rating', ['rating' => $getRating(), 'class' => 'd-block d-sm-inline-block'])
|
@if(!$menuItem->disable_search_image && $hasSearchImage('right'))
|
@endif
@if($menuItem->view_button_text || $page->view_button_text)
{{-- {{ $menuItem->view_button_text ?? $page->view_button_text }} --}} @include('components.frontend.menu-items.fields.view-button') | @endif