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

Registration for
Workshop on Advanced Deep Learning

{{--
--}}
{{--
@if(count($errors) > 0) @foreach($errors->all() as $error)
{{ $error }}
@endforeach @endif @if(session('response'))
{{ session('response') }}
@endif
--}} @if(!empty($errors->first()))
{{ $errors->first() }}
@endif
@if ($errors->has('fullname')) {{ $errors->first('fullname') }} @endif
@if ($errors->has('designation')) {{ $errors->first('designation') }} @endif
@if ($errors->has('qualification')) {{ $errors->first('qualification') }} @endif
@if ($errors->has('organisation')) {{ $errors->first('organisation') }} @endif
@if ($errors->has('locality')) {{ $errors->first('locality') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
OTP has been sent on your mobile and first email.
*
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('c_password')) {{ $errors->first('c_password') }} @endif

   
   
   
   
You need to produce the proof of membership at the time of workshop.




Enter 12 character voucher code
Voucher code available only for Collaborator, Zonal leads and Basic Partner Institutions. For getting the code contact your SPOC for leadingindia.ai
Enter 8 character Referral Code

Total Fee : 1000
Voucher/Member/Referral Discount : 0
GST : %0

Final Amount: 10000

{{-- --}}
{{ csrf_field() }}
@endsection