@extends('masterpage') @section('newpagecontent') Membership Registration Register below for Membership @if(!empty($errors->first())) {{ $errors->first() }} @endif Full Name of the Institution* @if ($errors->has('institue')) {{ $errors->first('institue') }} @endif Address* @if ($errors->has('address')) {{ $errors->first('address') }} @endif Country* Select Country @foreach ($countries as $data) {{$data->country_name}} @endforeach @if ($errors->has('country')) {{ $errors->first('country') }} @endif State * @if ($errors->has('state')) {{ $errors->first('state') }} @endif District * @if ($errors->has('district')) {{ $errors->first('district') }} @endif City * @if ($errors->has('city')) {{ $errors->first('city') }} @endif Pin Code* @if ($errors->has('pin')) {{ $errors->first('pin') }} @endif Total Student Number (Institution/University)* @if ($errors->has('total_student')) {{ $errors->first('total_student') }} @endif Total Number of faculty @if ($errors->has('total_faculty')) {{ $errors->first('total_faculty') }} @endif Nearest Airport* @if ($errors->has('airport')) {{ $errors->first('airport') }} @endif Road distance from nearest Airport* @if ($errors->has('road_distance')) {{ $errors->first('road_distance') }} @endif Time to travel by road on car from nearest Airport* @if ($errors->has('time')) {{ $errors->first('time') }} @endif Website address of the instituion* @if ($errors->has('web_name')) {{ $errors->first('web_name') }} @endif Single Point of Contact: Name* @if ($errors->has('name')) {{ $errors->first('name') }} @endif Email* @if ($errors->has('email')) {{ $errors->first('email') }} @endif Alternate Email* @if ($errors->has('email')) {{ $errors->first('altemail') }} @endif Contact No.* @if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif Alternate Contact Number* @if ($errors->has('altmobile')) {{ $errors->first('altmobile') }} @endif Designation* @if ($errors->has('designation')) {{ $errors->first('designation') }} @endif Department* @if ($errors->has('department')) {{ $errors->first('department') }} @endif Vice Chancellor Details (Principal/Director in case of college): Name* @if ($errors->has('vc_name')) {{ $errors->first('vc_name') }} @endif Email* @if ($errors->has('vc_email')) {{ $errors->first('vc_email') }} @endif Contact No.* @if ($errors->has('vc_mobile')) {{ $errors->first('vc_mobile') }} @endif Owner/Promoter Details: Name* @if ($errors->has('owner_name')) {{ $errors->first('owner_name') }} @endif Email* @if ($errors->has('owner_email')) {{ $errors->first('owner_email') }} @endif Contact No.* @if ($errors->has('owner_mobile')) {{ $errors->first('owner_mobile') }} @endif Select type of Membership* Select Membership Type Basic Partner Competent Level Partner Proficient Level Partner Expert Level Partner Leadership Level Partner @if ($errors->has('membership_slot')) {{ $errors->first('membership_slot') }} @endif Select No. of Years of Membership* Select Membership Years 1 Year 2 Years (5% Discount) 3 Years (10% Discount) 4 Years (15% Discount) 5 Years (20% Discount) @if ($errors->has('membership_year')) {{ $errors->first('membership_year') }} @endif Total Amount: INR (18% GST Included) Upload Signed Supporting Letter* (Sample is available on top to download) @if ($errors->has('letter')) {{ $errors->first('letter') }} @endif We have understood all the details of the leadingindia.ai membership for the specific category we are applying for. We have also read the terms of the MoU and we will ensure the full implementation of the national skilling initiative by leadingindia.ai. We understand that this membership fee is non-refundable in any circumstances. We also understand that membership can be upgraded to higher level by paying the additional fee. Membership level can not be downgraded for that particular year. The annual term of the membership will start from the date of payment. {{-- --}} Seat Avaibility × @endsection
Membership Registration