Home > Software design >  How fix HTML elements not loaded in Browser? @yield Laravel 8
How fix HTML elements not loaded in Browser? @yield Laravel 8

Time:09-28

I have a few page and using @yield to show it. I have a problem with two section that not show in browser but the other is show. Please help me to solve this problem, Thank you.in inspect my HTML code exist but in my browser it's not loaded

CodePudding user response:

Not sure I understood your question well but try removing aria-hidden or change its value to false in the example modal div. If that's not what you're looking for then could you elaborate more? perhaps provide piece of code to work with as well (instead of an image)

CodePudding user response:

Thank you @ilyassHss dor your helping. But now i know where is the problem, the problem is my controller not return the data i need to load into browser.

  • Related