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 |
What is a Laravel - Authentication ?
How to create Creating a Controller ?
What are terminable middlewares?
What do you mean by horizon in laravel 5?
How to get, set cookies in laravel?
Where is route in laravel?
What do you know about php artisan? Mention some artisan command.
What is service container in laravel?
How to use stored procedures in laravel?
What is blade template engine?
What is queues?
Is laravel secure?