@livewireStyles @vite('resources/css/app.css')
{{--

Prototype v0.1

--}}

Sign Up

@csrf

Account Information

Please provide the necessary details for account registration to complete the process and set up your account.

{{ $site_url }}
@error('username')

{{ $message }}

@enderror {{-- Custom error message --}} @if (session('username'))

{{ session('username') }}

@endif
@error('email')

{{ $message }}

@enderror {{-- Custom error message --}} @if (session('email'))

{{ session('email') }}

@endif
{{-- @error('password_confirmation')

{{ $message }}

@enderror --}}
@error('password')

{{ $message }}

@enderror

Personal Information

Please provide the personal information you'd like to appear on your business card.

Profile Picture

@error('firstname')

{{ $message }}

@enderror
@error('lastname')

{{ $message }}

@enderror
@error('gender')

{{ $message }}

@enderror
@error('job_title')

{{ $message }}

@enderror
@error('company')

{{ $message }}

@enderror

Write a few sentences about yourself. ()

{{-- --}}
{{--
--}}
@error('phone')

{{ $message }}

@enderror
@error('country')

{{ $message }}

@enderror
{{--

Credit Card

Please enter your credit card details. After the 7-day trial period ends, your monthly subscription will begin automatically. You can cancel your subscription at any time before the trial ends.

--}}
Back to Login
{{-- --}} @livewireScriptConfig