$url = action('HomeController@index');
Use App\Http\Controllers\HomeController; $url = action([HomeController::class, 'index']);
$url = action('UserController@profile', ['id' => 1]);
Clickable & Draggable!