Developer Console
Login
Register
Back
How to return view (blade) file in response
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
$html= (string)View::make('folder.common.comments',compact('userComments')); return $html;