Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

How to change the menu (Laravel)


How can I change the mune on the left?

I have this piece of code in
layout > demo7 > aside > __tabs.blade.php
Where are the @foreach(theme()->getOption('menu', 'aside_tabs') as $tab)
value set?

Thank you

<!--begin::Nav-->
<ul class="nav flex-column">
@foreach(theme()->getOption('menu', 'aside_tabs') as $tab)
<!--begin::Nav item-->
<li class="nav-item mb-2" data-bs-toggle="tooltip" data-bs-trigger="hover" data-bs-placement="right" data-bs-dismiss="click" title="{{ $tab['tooltip'] }}">
<!--begin::Nav link-->
<a class="nav-link btn btn-icon btn-active-color-primary btn-color-gray-400 btn-active-light {{ $loop->index === 1 ? 'active' : '' }}" data-bs-toggle="tab" href="#{{ $tab['link'] }}">
{!! theme()->getSvgIcon($tab['icon'], "svg-icon-2x") !!}
</a>
<!--end::Nav link-->

<!--end::Nav item-->
@endforeach

<!--end::Tabs-->


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (2)


Hi alx naxis

Glad you have solved it. Let us know if you have any issues.

Thanks



Solved
the setting is done in
config > demo7 > menu.php


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(