@extends('layouts.master-without-nav') @section('title') @lang('translation.Register') @endsection @section('content')
Register Account

Get your account now.

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

By registering you agree to the Dason Terms of Use

Already have an account ? Login

© TechArrow . Crafted with by edeal.ng

@endsection @section('script') {{-- --}} @endsection