@extends('front.layouts.main') @section('title'){{ @trans('seo.signup_title') }}@endsection @section('description'){{ @trans('seo.signup_desc') }}@endsection @section('content')

{{ @trans('client_signup.getting_started') }}

@csrf @honeypot
@if($errors->has('first_name')) {{$errors->first('first_name')}} @endif
@if($errors->has('last_name')) {{$errors->first('last_name')}} @endif
@if($errors->has('mobile')) {{$errors->first('mobile')}} @endif
@if($errors->has('country')) {{$errors->first('country')}} @endif
date_range
@if($errors->has('birth_date')) {{$errors->first('birth_date')}} @endif
@if($errors->has('email')) {{$errors->first('email')}} @endif
Password must contain at least one special character @if($errors->has('password')) {{$errors->first('password')}} @endif
@if($errors->has('password_confirmation')) {{$errors->first('password_confirmation')}} @endif
@if($errors->has('agreecheck')) {{$errors->first('agreecheck')}} @endif
@if($errors->has('g-recaptcha-response')) {{$errors->first('g-recaptcha-response')}} @endif

Already a member? {{ @trans('client_signup.sign_in') }}

Empower
@endsection @push('pageJs') @endpush