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

Request a Session with leadingindia.ai Team


Register for Session with leadingindia.ai Team



@if(!empty($errors->first()))
{{ $errors->first() }}
@endif
@if ($errors->has('fullname')) {{ $errors->first('fullname') }} @endif
@if ($errors->has('institue')) {{ $errors->first('institue') }} @endif
@if ($errors->has('designation')) {{ $errors->first('designation') }} @endif
@if ($errors->has('membership_option')) {{ $errors->first('membership_option') }} @endif
@if ($errors->has('attend_session')) {{ $errors->first('attend_session') }} @endif
(At least one person who can make the final decion on membership should be there to attend the session)
@if ($errors->has('date1')) {{ $errors->first('date1') }} @endif
@if ($errors->has('time1')) {{ $errors->first('time1') }} @endif
@if ($errors->has('date2')) {{ $errors->first('date2') }} @endif
@if ($errors->has('time2')) {{ $errors->first('time2') }} @endif
@if ($errors->has('date3')) {{ $errors->first('date3') }} @endif
@if ($errors->has('time3')) {{ $errors->first('time3') }} @endif
{{-- --}}
@endsection