@extends('installer.layout') @section('title', 'Create Admin Account — Quickro POS Installer') @section('content')

Create Admin Account

Set up the primary administrator account. You will use these credentials to log in to the Quickro POS admin panel.

@if($errors->any())

Please fix the following errors

@endif
@csrf
@endsection