@extends('layout.guest') @section('content') User Registration This is the User Registration Page. Kindly proceed to register your account here in order for you to make the product or service application later. @csrf Company Basic Information Company Name @error('company_name') {{ $message }} @enderror Company Registration No (Old SSM) @error('old_registration_no') {{ $message }} @enderror Company Registration No (New SSM) @error('registration_no') {{ $message }} @enderror Company registered previously. Please click Check Records to proceed. Company Incorporation Date @error('incorporation_date') {{ $message }} @enderror Company User Information Name @error('name') {{ $message }} @enderror Title Select one... @foreach (\App\Models\User::TITLE as $key => $title) {{ $title }} @endforeach @error('title') {{ $message }} @enderror Email @error('email') {{ $message }} @enderror Company registered previously. Please click Check Records to proceed. Notice: To meet security rules, your password must have at least: 8 characters Single uppercase character Single lowercase character Single numeric character Password @error('password') {{ $message }} @enderror Confirm Password I've read MyHIJAU Mark Guideline or MyHIJAU Mark Service Guideline and fully understand on the Terms and Conditions. @error('tnc') {{ $message }} @enderror Register @endsection @section('scripts') @endsection
This is the User Registration Page. Kindly proceed to register your account here in order for you to make the product or service application later.
Notice: To meet security rules, your password must have at least: