Answer the question
In order to leave comments, you need to log in
How to display dd() in view?
Hello.
Not so long ago I began to study Laravel, I do it according to the lessons and ran into one problem. I can’t display dd();
in the view without breaking the layout. hello example:
{{ dd($item) }}
, @dd($item)
, @php dd($item) @endphp
, to no avail. I can assume that dd(), at the end of the execution, kills further execution of the script ( die(1)
). Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question