@include('includes.header')
@if(!empty($errors->first()))
{{ $errors->first() }}
@endif
@if ($errors->has('fullname')) {{ $errors->first('fullname') }} @endif
@if ($errors->has('organisation')) {{ $errors->first('organisation') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
* @if ($errors->has('altemail')) {{ $errors->first('altemail') }} @endif
OTP has been sent on your first mobile and first email. @if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('alt_mobile')) {{ $errors->first('alt_mobile') }} @endif
@if ($errors->has('otp')) {{ $errors->first('otp') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif

Min. 100 words and Max. 500 words regarding your education and ambitions Words : 0/500 @if ($errors->has('about_your_self')) {{ $errors->first('about_your_self') }} @endif
Min. 150 words and Max. 350 words Words : 0/350 @if ($errors->has('idea_statement')) {{ $errors->first('idea_statement') }} @endif
Min. 150 words and Max. 350 words Words : 0/350 @if ($errors->has('problem_addresses')) {{ $errors->first('problem_addresses') }} @endif
Min. 100 words and Max. 500 words Words : 0/500 @if ($errors->has('describe_idea')) {{ $errors->first('describe_idea') }} @endif
Min. 150 words and Max. 350 words Words : 0/350 @if ($errors->has('potential_customer')) {{ $errors->first('potential_customer') }} @endif
Min. 100 words and Max. 200 words Words : 0/200 @if ($errors->has('stakeholders')) {{ $errors->first('stakeholders') }} @endif
Min. 150 words and Max. 350 words Words : 0/500 @if ($errors->has('qualification_of_team')) {{ $errors->first('qualification_of_team') }} @endif
Min. 150 words and Max. 350 words Words : 0/350 @if ($errors->has('what_resources')) {{ $errors->first('what_resources') }} @endif
Min. 150 words and Max. 350 words Words : 0/500 @if ($errors->has('demographic_profile')) {{ $errors->first('demographic_profile') }} @endif
Min. 150 words and Max. 350 words Words : 0/500 @if ($errors->has('targeted_market')) {{ $errors->first('targeted_market') }} @endif
Min. 150 words and Max. 350 words Words : 0/500 @if ($errors->has('possible_competitors')) {{ $errors->first('possible_competitors') }} @endif
Min. 100 words and Max. 500 words Words : 0/500 @if ($errors->has('chance_to_successed')) {{ $errors->first('chance_to_successed') }} @endif
Min. 100 words and Max. 200 words Words : 0/200 @if ($errors->has('socio_economical')) {{ $errors->first('socio_economical') }} @endif
Min. 100 words and Max. 200 words Words : 0/200 @if ($errors->has('ready_for_commercialization')) {{ $errors->first('ready_for_commercialization') }} @endif
{{ csrf_field() }}
@include('includes.footer')