@extends('layouts.marsland') @section('content') Create New Account Home @csrf {{ _trans('common.Full Name') }} * @error('name') {{ $message }} @enderror {{ _trans('common.Email Address') }} * @error('email') {{ $message }} @enderror {{ _trans('common.Phone') }} * @error('phone') {{ $message }} @enderror {{ _trans('common.Date of Birth') }} * @error('date_of_birth') {{ $message }} @enderror {{ _trans('common.Religion') }} {{ _trans('common.Christian') }} {{ _trans('common.Muslim') }} {{ _trans('common.Others') }} {{ _trans('common.Gender') }} {{ _trans('common.Male') }} {{ _trans('common.Female') }} {{ _trans('common.Marital Status') }} {{ _trans('common.Married') }} {{ _trans('common.Single') }} {{ _trans('common.Divorce') }} {{ _trans('common.Occupation') }} @error('occupation') {{ $message }} @enderror {{ _trans('common.Property owner') }} {{ _trans('common.Individual') }} {{ _trans('common.Organization') }} {{ _trans('common.Joint') }} {{ _trans('common.Current Address') }} @error('present_address') {{ $message }} @enderror {{ _trans('common.Enter your Passport or ID Card NO') }} * @error('passport') {{ $message }} @enderror {{ _trans('common.SSNIT NO') }} @error('social_security_number') {{ $message }} @enderror {{ _trans('common.Profile Image') }} {{ _trans('common.Tin Number') }} {{ _trans('common.Password') }} * @error('password') {{ $message }} @enderror {{-- Organization name --}} {{ _trans('common.Name of Organization') }} * @error('organization_name') {{ $message }} @enderror {{--Organization tin number --}} {{ _trans('common.Organisation Tin Number') }} * @error('organization_tin_number') {{ $message }} @enderror {{-- Type --}} {{ _trans('common.Type') }} * {{ _trans('common.Sole Proprietorship') }} {{ _trans('common.Limited') }} {{ _trans('common.LBG') }} @error('organization_type') {{ $message }} @enderror {{--Organization Tin number --}} {{ _trans('common.Director Details') }} {{-- incorporation_attachment_id --}} {{ _trans('common.Incorporation Attachment') }} {{--Organization Tin number --}} {{ _trans('common.Business Attachment') }} {{ _trans('common.Confirm Password') }} * @error('confirm_password') {{ $message }} @enderror {{ _trans('common.I agree to all the') }} {{ _trans('common.Terms') }} {{ _trans('common.and') }} {{ _trans('common.Privacy policy') }} {{ _trans('common.Sign up') }} @endsection @push('script') @endpush
{{ $message }}