@include('includes.header')

Registration for IoT Workshops

{{--
--}}
{{--
@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


Total Fee :

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