Navigation bar dropdown menu not working properly in Laravel 8-PHP Chinese Network Q&A
Navigation bar dropdown menu not working properly in Laravel 8
P粉460377540
P粉460377540 2023-12-16 11:55:20
0
1
467

I'm having an issue with the navigation bar in Laravel 8; specifically, the entire navigation bar shows up on the view, but the dropdown menu doesn't work.

In fact, when I click, the dropdown menu does not open.

This islayout.blade.php:

       Document 
{{$slot}}

This isnavbar.blade.php:

And the home.blade.php view is:

 

Hello!!!

P粉460377540
P粉460377540

reply all (1)
P粉851401475

Please try this method, otherwise you may get spelling errors.

@include('inc.navbar') // @include('FOLDER_NAME.FILE_NAME')

Also check the documentation!https://laravel.com/docs/9.x/blade#include-subview

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!