Answers for "sending multiple variable in compact of return view in laravel"

PHP
0

laravel return view with multiple variable

return view('category.index', compact(['categories', 'products']));
Posted by: Guest on August-06-2021

Code answers related to "sending multiple variable in compact of return view in laravel"

Browse Popular Code Answers by Language