@include('admin.include.title-meta') @include('admin.include.head-css')
Register Account

Get your Free Velzon account now.

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

By registering you agree to the Velzon Terms of Use

Already have an account ? Signin

@include('admin.include.vendor-scripts')