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

Student Chapter Registration


Register for Student Chapter



@if(!empty($errors->first()))
{{ $errors->first() }}
@endif
@if ($errors->has('institue')) {{ $errors->first('institue') }} @endif
@if ($errors->has('institue')) {{ $errors->first('institue') }} @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('letter')) {{ $errors->first('letter') }} @endif

(In the template Given) @if ($errors->has('letter')) {{ $errors->first('letter') }} @endif

(In the template Given) @if ($errors->has('letter')) {{ $errors->first('letter') }} @endif

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

{{-- --}}
@endsection