middleware('auth'); } /** * Show the application dashboard. * * @return \Illuminate\Contracts\Support\Renderable */ public function index() { return view('unit'); } /** * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View */ }