@include('includes.header')
{{--
--}} {{--
--}} {{--

Internship Registration form--}} {{--

--}} {{----}} {{--
--}} {{--
--}}
Internship at Bennett University is offered free of cost. The fees charged is for Workshop / Hostel.

@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 mobile and first email. @if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('otp')) {{ $errors->first('otp') }} @endif
@if ($errors->has('percentage_plus_two')) {{ $errors->first('percentage_plus_two') }} @endif
@if ($errors->has('percentage_ug')) {{ $errors->first('percentage_ug') }} @endif
@if ($errors->has('current_course')) {{ $errors->first('current_course') }} @endif
@if ($errors->has('current_sem')) {{ $errors->first('current_sem') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
           
@if ($errors->has('other_skill')) {{ $errors->first('other_skill') }} @endif
@if ($errors->has('reason')) {{ $errors->first('reason') }} @endif

Slot 1 - Last date for online payment 15th November, 2018
Slot 2 - Last date for online payment 31st March, 2019
Slot 3 - Last Date for online payment 30th April, 2019
@if ($errors->has('internship_slot')) {{ $errors->first('internship_slot') }} @endif


(Hostel fee + Workshop fee )

(Only Workshop fee )


Total Fee : 0

@if ($errors->has('parentmobile')) {{ $errors->first('parentmobile') }} @endif
@if ($errors->has('parentname')) {{ $errors->first('parentname') }} @endif
@if ($errors->has('parentemail')) {{ $errors->first('parentemail') }} @endif

{{-- --}}
{{ csrf_field() }}
@include('includes.footer')