@vite(['resources/css/app.css'])
PNLCS
{{ __('client.auth.create_your_account') }}
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
{{ __('common.form.first_name') }}
*
{{ __('common.form.last_name') }}
*
{{ __('common.form.email_address') }}
*
{{ __('common.form.password') }}
*
{{ __('common.form.confirm_password') }}
*
{{ __('client.form.phone') }}
({{ __('client.form.optional') }})
{{ __('client.form.company') }}
({{ __('client.form.optional') }})
{{ __('client.auth.i_agree_to') }}
{{ __('client.auth.terms_of_service') }}
{{ __('client.auth.and') }}
{{ __('client.auth.privacy_policy') }}
.
@error('tos')
{{ $message }}
@enderror
{{ __('client.auth.create_account') }}
{{ __('client.auth.already_have_account') }}
{{ __('client.auth.sign_in') }}