@extends('layouts.master-without-nav') @section('title') Register @endsection @section('body') @endsection @section('content')
Free Register

Get your free Veltrix account now.

@csrf
@error('email') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

By registering you agree to the Veltrix Terms of Use

Already have an account ? Login

© Veltrix. Crafted with by Themesbrand

@endsection