@extends('masterpage') @section('newpagecontent')

Membership Registration


Register below for Membership



@if(!empty($errors->first()))
{{ $errors->first() }}
@endif
@if ($errors->has('institue')) {{ $errors->first('institue') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
* @if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('district')) {{ $errors->first('district') }} @endif
* @if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('pin')) {{ $errors->first('pin') }} @endif
@if ($errors->has('total_student')) {{ $errors->first('total_student') }} @endif
@if ($errors->has('total_faculty')) {{ $errors->first('total_faculty') }} @endif
@if ($errors->has('airport')) {{ $errors->first('airport') }} @endif
@if ($errors->has('road_distance')) {{ $errors->first('road_distance') }} @endif
@if ($errors->has('time')) {{ $errors->first('time') }} @endif
@if ($errors->has('web_name')) {{ $errors->first('web_name') }} @endif



@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('email')) {{ $errors->first('altemail') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('altmobile')) {{ $errors->first('altmobile') }} @endif
@if ($errors->has('designation')) {{ $errors->first('designation') }} @endif
@if ($errors->has('department')) {{ $errors->first('department') }} @endif

@if ($errors->has('vc_name')) {{ $errors->first('vc_name') }} @endif
@if ($errors->has('vc_email')) {{ $errors->first('vc_email') }} @endif
@if ($errors->has('vc_mobile')) {{ $errors->first('vc_mobile') }} @endif

@if ($errors->has('owner_name')) {{ $errors->first('owner_name') }} @endif
@if ($errors->has('owner_email')) {{ $errors->first('owner_email') }} @endif
@if ($errors->has('owner_mobile')) {{ $errors->first('owner_mobile') }} @endif


@if ($errors->has('membership_slot')) {{ $errors->first('membership_slot') }} @endif

@if ($errors->has('membership_year')) {{ $errors->first('membership_year') }} @endif
Total Amount: INR (18% GST Included)

(Sample is available on top to download) @if ($errors->has('letter')) {{ $errors->first('letter') }} @endif

{{-- --}}
@endsection