@extends('layouts.agent') @section('content')

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

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

{{ csrf_field() }}
Customer Information
@if($errors->has('company_name'))
{{ $errors->first('company_name') }}
@endif
@if($errors->has('brn_ic_no'))
{{ $errors->first('brn_ic_no') }}
@endif
@if($errors->has('sst_reg_no'))
{{ $errors->first('sst_reg_no') }}
@endif
@if($errors->has('reg_address'))
{{ $errors->first('reg_address') }}
@endif
@if($errors->has('bus_address'))
{{ $errors->first('bus_address') }}
@endif
@if($errors->has('tel_no'))
{{ $errors->first('tel_no') }}
@endif
@if($errors->has('fax_no'))
{{ $errors->first('fax_no') }}
@endif
Contact Person Information for Customer Notification Purposes
@if($errors->has('contact_person_name'))
{{ $errors->first('contact_person_name') }}
@endif
@if($errors->has('designation'))
{{ $errors->first('designation') }}
@endif
@if($errors->has('email_address'))
{{ $errors->first('email_address') }}
@endif
@if($errors->has('contact_no'))
{{ $errors->first('contact_no') }}
@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:

Back
@endsection @section('scripts') @endsection