@extends('layouts.app') @section('nav-links') @include('imports.nav-links',['navItem'=> 'register']) @endsection @section('contents')
@if(Session::has('failed')) @endif

Create an account

@csrf

*Name can't be changed later & must have to match with certificates.

@error('name')

Oops! {{ $message }}

@enderror

*Activation link will be sent to this email.

@error('email')

Oops! {{ $message }}

@enderror

*Must include uppercase(A–Z), lowercase(a–z), number(0–9) and one special character(!@#$%).

@error('password')

Oops! {{ $message }}

@enderror
@error('confirm_password')

Oops! {{ $message }}

@enderror

Already have an account? Login here

@endsection @section('scripts') @endsection