@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('ambassador')) {{ $errors->first('ambassador') }} @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('logo') }} @endif

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

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

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

{{-- --}}
@endsection