@extends('layouts.auth') @section('title', 'Register - AutoPOS') @section('content')

Create Account

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

Already have an account? Login

Welcome to AutoPOS

Create your account and start managing your sales and inventory.

@endsection