App\Http\Controllers\Backend\DashboardController::index PHP Method

index() public method

Display a listing of the resource.
public index ( ) : Response
return Response
    public function index()
    {
        return view('backend.dashboard');
    }