The expression return view('status', ar... $user, 'prs' => $prs)) returns the type Illuminate\View\View which is incompatible with the documented return type App\Http\Controllers\Illuminate\View\View.
The expression return view('index') returns the type Illuminate\View\View which is incompatible with the documented return type App\Http\Controllers\Illuminate\View\View.