Laravel - Blade comments , blade rendering causing page to crash

后端 未结 6 1904
清歌不尽
清歌不尽 2020-12-13 09:43

I\'m rendering a page that is primarily a form with view::make in Laravel and it is crashing, causing ERR_CONNECTION_RESET. After a long investigation and many

6条回答
  •  再見小時候
    2020-12-13 10:16

    Comments in Blade are very simple!

       {{-- Blade comments that wil not appear in the rendered HTML output --}}
    

    You can either do normal PHP comments:

    
    

提交回复
热议问题