How to pass multiple variables by controller to blade file?
return view('view-file', compact('var1', 'var2', 'var3'));
NOTE :- variables in compact will be used without $ sign
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about Form without CSRF token in Laravel ?
How do I send 5 emails and a text message efficiently to newly registered users?
How do I register a middleware?
Is laravel backend?
Explain reverse routing in laravel.
In which folder robot.txt is placed?
List default packages of laravel 5.6?
What is route in laravel?
What is the difference between laravel and symfony?
What is query scope?
How to make a helper file in laravel?
How to pass csrf token with ajax request?