Owl\Http\Controllers\HomeController::index PHP Method

index() public method

Show the application dashboard to the user.
public index ( ) : Response
return Response
    public function index()
    {
        return view('home');
    }
HomeController