CarWash POS

Installation Wizard

v
Database
v
Business
3
Admin

Create Admin Account

This account will have full access to the system.

@if(session("error"))
{{ session("error") }}
@endif @if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf

Save these credentials - you will need them to log in after installation.