@extends('layouts.home') @section('title',"sso-login") @section('content')
HireMee Logo
NCS Logo
{!! Form::open(['url' => 'sso-login-check','id'=>'sso-loginForm']) !!}

Login

Enter your National Career Service (NCS) Username and Password to access the video profile page
@if(Session::get('success'))
{{ Session::get('success') }}
@endif
Username* {!! Form::text('strUserName',$USERNAME,array('class'=>'form-control','id'=>'js-candi-strUserName','placeholder'=>'UserName',"tabindex"=>1)) !!} {!! Form::hidden("USERNAME",$USERNAME) !!} {!! Form::hidden("mobile_number",$mobile_number) !!} {!! Form::hidden("sso_seeker_id",$sso_seeker_id,['id'=>'sso_seeker_id']) !!} {!! Form::hidden("token",$token) !!} {!! Form::hidden("FIRST_NAME",$FIRST_NAME) !!} {!! Form::hidden("LAST_NAME",$LAST_NAME) !!} {!! Form::hidden("MIDDLE_NAME",$MIDDLE_NAME) !!} {!! Form::hidden("email_address",$email_address,['id'=>'js-candi-email_address']) !!} @if ($errors->has('strUserName')) @endif
Password * {!! Form::password('strPassword',array('class'=>'form-control','id'=>'js-candi-strPassword','placeholder'=>'Password' ,"tabindex"=>2)) !!} @if ($errors->has('strPassword')) @endif
Email {!! Form::email('email_address_readonly',$email_address,array('class'=>'form-control','id'=>'email_address_readonly','readonly'=>true,'placeholder'=>'Email Address' ,"tabindex"=>3)) !!} @if ($errors->has('email_address')) @endif
{{ Form::hidden('loginpages',1,['id'=>'js-loginpages']) }}
@if (session('status'))
{{ session('status') }}
@endif
{!! Form::close() !!}


For queries : support@hiremee.co.in | +91 87929 22796

@endsection @section('footer') @endsection