PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
themes
/
wowy
/
widgets
/
custom-menu
/
templates
{{-- <div class="col-lg-2 col-md-3"> <h5 class="widget-title mb-30 wow fadeIn animated">{{ $config['name'] }}</h5> {!! Menu::generateMenu(['slug' => $config['menu_id'], 'options' => ['class' => 'footer-list wow fadeIn animated mb-sm-5 mb-md-0']]) !!} </div> --}} <div class="col-xl-3 col-lg-6 col-md-3 col-6"> <div class="footer__widget"> <h3>{{ $config['name'] }}</h3> {{-- <h5 class="widget-title mb-30 wow fadeIn animated">{{ $config['name'] }}</h5> --}} {!! Menu::generateMenu(['slug' => $config['menu_id'], ]) !!} </div> </div>
[-] backend.blade.php
[edit]
[+]
..
[-] frontend.blade.php
[edit]