@extends('layouts.frontend.app') @section('title', trans('onlineShare.online-share')) @section('content') @include('inner.breadcrumb',['pageName'=> trans('onlineShare.online-share')])
@if(Session::has('success'))
Success! {{ Session::get('success') }}
@endif @if(Session::has('error'))
Error! {{ Session::get('error') }}
@endif @if($errors->any())
Error! Please see below for validation error!!
@endif

{{trans('onlineShare.application-form-for-national-cooperative-bank-share-membership-online')}}

{{trans('onlineShare.president')}}
{{trans('onlineShare.executive-committee')}}
{{trans('onlineShare.nepal-cooperative-bank-limited')}}
{{trans('onlineShare.kupondole-lalitpur')}}

{{trans('onlineShare.share-acquisition-process')}}

@csrf
{{trans('onlineShare.cooperative-organization-name')}} *
@if ($errors->has('organization_name_nepali')) {{ $errors->first('organization_name_nepali') }} @endif
@if ($errors->has('organization_name_english')) {{ $errors->first('organization_name_english') }} @endif
{{trans('onlineShare.registration-certificate-number')}} *
@if ($errors->has('registration_certificate_number')) {{ $errors->first('registration_certificate_number') }} @endif
{{trans('onlineShare.organization-email')}} *
@if ($errors->has('organization_email')) {{ $errors->first('organization_email') }} @endif
{{trans('onlineShare.organization-address')}} *
@if ($errors->has('organization_municipality')) {{ $errors->first('organization_municipality') }} @endif
@if ($errors->has('organization_ward')) {{ $errors->first('organization_ward') }} @endif
@if ($errors->has('organization_ward_no')) {{ $errors->first('organization_ward_no') }} @endif
@if ($errors->has('organization_telephone_number')) {{ $errors->first('organization_telephone_number') }} @endif
{{trans('onlineShare.contact-person-details')}} *
@if ($errors->has('contact_person_name')) {{ $errors->first('contact_person_name') }} @endif
@if ($errors->has('contact_person_phone')) {{ $errors->first('contact_person_phone') }} @endif
{{trans('onlineShare.bank-branch-office-nearby-for-share-certificates')}} *

{{trans('onlineShare.choose-share-certificate-issuing-branch-office')}}

@if ($errors->has('nearby_branch')) {{ $errors->first('nearby_branch') }} @endif
{{trans('onlineShare.total-desired-purchased-shares')}} *

(Rs. 100 per Share and Entry Fee Rs. 500)

@if ($errors->has('desired_purchased_share')) {{ $errors->first('desired_purchased_share') }} @endif
{{trans('onlineShare.cooperative-organization-executive-committee-list')}} *

{{trans('onlineShare.click-plus-sign-to-add-another-detail')}}

@if(old('executive_details'))
@foreach(old('executive_details', []) as $index => $executive)
@error("executive_details.$index.name") {{ $message }} @enderror
@error("executive_details.$index.position") {{ $message }} @enderror
@error("executive_details.$index.address") {{ $message }} @enderror
@error("executive_details.$index.phone") {{ $message }} @enderror
@endforeach
@else
@endif
{{trans('onlineShare.upload-proof-of-share-amount-deposit')}} *
  • {{trans('onlineShare.upload-proof-of-share-and-entry-fee-amount-deposit-in-any-bank')}}
  • {{trans('onlineShare.bank-details-upload-rastriya-banijya-bank')}}
  • {{trans('onlineShare.bank-details-upload-prabhu-bank')}}
  • {{trans('onlineShare.bank-details-upload-nic-asia')}}

{{trans('onlineShare.additional-bank-share-information')}}

@if($errors->has('upload_proof_share_amount')) {{ $errors->first('upload_proof_share_amount') }} @endif
@if($errors->has('share_purchase_letter_to_bank')) {{ $errors->first('share_purchase_letter_to_bank') }} @endif
@if($errors->has('copy_of_organization_pan')) {{ $errors->first('copy_of_organization_pan') }} @endif
@if($errors->has('copy_of_executive_committee_citizenship')) {{ $errors->first('copy_of_executive_committee_citizenship') }} @endif
@if($errors->has('copy_of_organization_bylaws')) {{ $errors->first('copy_of_organization_bylaws') }} @endif
@if($errors->has('copy_of_organization_registration_certificate')) {{ $errors->first('copy_of_organization_registration_certificate') }} @endif

फाईल अपलोड फर्म्याटहरु : jpg, png र pdf, फाईल अपलोडको अधिकतम साईज : 2 MB

  • {{trans('onlineShare.share-purchase-duration-online')}}
  • यसै फारमसाथ पेश गरिएका सम्पूर्ण विवरण तथा कागजातहरु सुरक्षित राखिनुका साथै बैंकिङ प्रयोजनकालागि मात्र प्रयोग हुनेछन्।
  • {{trans('onlineShare.share-certificate-received-after-complete-bank-process')}}
  • {{trans('onlineShare.share-certificate-received-from-selected-branch-or-central-office')}}

{{trans('onlineShare.self-declaration')}} {{trans('onlineShare.self-declaration-text')}}

  • {{trans('onlineShare.rule-awareness-in-membership-form')}}
  • {{trans('onlineShare.information-accuracy-declaration')}}
{!! captcha_img('flat') !!}
@if ($errors->has('captcha'))
{{ $errors->first('captcha') }}
@endif
@endsection