I am using Laravel 5. I would like to know which are all variables passed to a view inside the view itself.
Since all variables are in the view scope I thought I cou
Kind of the same, but a bit tidier :
{{ dd($__data) }}