Answers for "call php in a view laravel"

PHP
4

laravel load view in variable

$html = view('users.edit', compact('user'))->render();
Posted by: Guest on October-07-2020
4

laravel load view in variable

$html = view('users.edit', compact('user'))->render();
Posted by: Guest on October-07-2020

Code answers related to "call php in a view laravel"

Browse Popular Code Answers by Language