donglian4464 2019-02-26 14:13
浏览 104

Laravel @foreach使我的网站无法响应

I ma using Laravel for a project and the @foreach makes me confuse. When i use the next piece of code my desktop page goes crazy and I dont know why:

image here

But when i type it manually it is responsive. Any suggestions? This is the manual way:

image here

  • 写回答

1条回答 默认 最新

  • drsqpko5286 2019-03-18 05:43
    关注

    The above code is perfect only.

    May be the issue with using bootstrap here.

    OR

    Try this command :

    php artisan view:clear

    评论

报告相同问题?