When using laravel/UI we can create authentication scaffold on multiple places or for multiple users like admin, normal users by copy-pasting the same scaffold generated by the &--auth flag.
How can we achieve the same with Fortify?
How can we use Fortify to authorize admin and normal users?