laravel call function from different controller code example
Example: laravel call controller method from another controller
return \App::call('bla\bla\ControllerName@functionName');
return \App::call('bla\bla\ControllerName@functionName');