Step 3

Create Owner Account

This account gets Super Admin access for branches, billing, inventory, reports, and settings.

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
Admin account could not be saved.
@endif
@csrf
Back