@if($controls->signup_enable==1) @extends("layouts.app_new") @section("title") Sign Up @endsection @section("content") {{-- --}} @include('partials.researcher-form', [ 'institutions' => $institutions, 'countries' => $countries, 'area_of_interest' => $area_of_interest, 'topics_of_interest' => $topics_of_interest, 'currentUser' => array(), 'type' => "Researcher" ]) By clicking Agree & Join, you agree to our Terms & conditions. {!! app('captcha')->display() !!} {{ csrf_field() }} Submit @endsection @section('script') {!! NoCaptcha::renderJs() !!} @endsection @endif