App\Http\Controllers\UsersController::create PHP Méthode

create() public méthode

Show the form for creating a new resource.
public create ( ) : Response
Résultat Response
    public function create()
    {
        return view('users.create')->withRoles($this->roles->listAllRoles())->withDepartments($this->departments->listAllDepartments());
    }