how to display the variable value in Laravel views? code example Example: laravel load view in variable $html = view('users.edit', compact('user'))->render();