Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

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
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (2)


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



Hi alx naxis

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

Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(