@extends('layouts.agent') @section('content')
{{ csrf_field() }}

{{ trans('panel.site_title') }}

{{ trans('global.register') }}

Agent Information
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('ic_number'))
{{ $errors->first('ic_number') }}
@endif
@if($errors->has('sst_reg_no'))
{{ $errors->first('sst_reg_no') }}
@endif
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if($errors->has('state_id'))
{{ $errors->first('state_id') }}
@endif
@if($errors->has('city_id'))
{{ $errors->first('city_id') }}
@endif
@if($errors->has('bus_address'))
{{ $errors->first('bus_address') }}
@endif
@if($errors->has('bus_state_id'))
{{ $errors->first('bus_state_id') }}
@endif
@if($errors->has('bus_city_id'))
{{ $errors->first('bus_city_id') }}
@endif
@if($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
@if($errors->has('civil_status'))
{{ $errors->first('civil_status') }}
@endif
@if($errors->has('contact_number'))
{{ $errors->first('contact_number') }}
@endif
@if($errors->has('fax_no'))
{{ $errors->first('fax_no') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('education_level'))
{{ $errors->first('education_level') }}
@endif
@if($errors->has('education_level_answer'))
{{ $errors->first('education_level_answer') }}
@endif
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if($errors->has('area_cities_cover'))
{{ $errors->first('area_cities_cover') }}
@endif
@if($errors->has('answer_question_1'))
{{ $errors->first('answer_question_1') }}
@endif
@if($errors->has('referral'))
{{ $errors->first('referral') }}
@endif

Please choose either IC or SSM to upload for verification purpose.

Accepted files : PDF, JPG, PNG (2MB file size is maximum)
Image preview...
@if($errors->has('upload_ic'))
{{ $errors->first('upload_ic') }}
@endif
Accepted files : PDF, JPG, PNG (2MB file size is maximum)
Image preview...
@if($errors->has('upload_ssm'))
{{ $errors->first('upload_ssm') }}
@endif
Contact Person Information for Customer Notification Purposes
@if($errors->has('contact_person_name_1'))
{{ $errors->first('contact_person_name_1') }}
@endif
@if($errors->has('contact_person_designation_1'))
{{ $errors->first('contact_person_designation_1') }}
@endif
@if($errors->has('contact_person_email_address_1'))
{{ $errors->first('contact_person_email_address_1') }}
@endif
@if($errors->has('contact_person_contact_no_1'))
{{ $errors->first('contact_person_contact_no_1') }}
@endif
@if($errors->has('contact_person_name_2'))
{{ $errors->first('contact_person_name_2') }}
@endif
@if($errors->has('contact_person_designation_2'))
{{ $errors->first('contact_person_designation_2') }}
@endif
@if($errors->has('contact_person_email_address_2'))
{{ $errors->first('contact_person_email_address_2') }}
@endif
@if($errors->has('contact_person_contact_no_2'))
{{ $errors->first('contact_person_contact_no_2') }}
@endif
Bank Information
@if($errors->has('bank_beneficiary_name'))
{{ $errors->first('bank_beneficiary_name') }}
@endif
@if($errors->has('bank_name'))
{{ $errors->first('bank_name') }}
@endif
@if($errors->has('bank_account_no'))
{{ $errors->first('bank_account_no') }}
@endif
Document for submission

Please enclose the following documents:

  • Photocopy of Certificate of Incorporation (Form 9)/ Business Registration Form.
  • Photocopy of Form 24, Form 44 and Form 49.

Selected files:

@endsection @section('scripts') @endsection