Example:
$this->addViewsCustomTop(function ($model){ //model User $user = new User(); return view('custom_view', compact('user')); });