@if (count(@$menu->bottomPanelData) > 0) @foreach (@$menu->bottomPanelData as $key => $element)

{{ @$element->title }}

{{__('common.edit')}}
  • {{ __('menu.open_link_in_a_new_tab') }}

@endforeach @else
{{__('menu.no_brands')}}
@endif