App\Http\Controllers\PageController::contact PHP Method

contact() public method

Return the contact page view
public contact ( ) : mixed
return mixed
    public function contact()
    {
        return view('contact');
    }