Answers for "pass array from controller laravel with compact"

PHP
0

pass array from controller laravel with compact

// Its work For me 

return view('site.dashboard.user_profile')
  ->with(compact('visits','user_details'));
Posted by: Guest on August-13-2021

Code answers related to "pass array from controller laravel with compact"

Browse Popular Code Answers by Language