@extends('layouts.auth') @section('title', 'Sign in') @section('auth_title', 'Sign in to your account') @section('auth_subtitle', 'Access the ' . ($appSettings->app_name ?? config('app.name', 'department')) . ' recruitment portal.') @section('content')
@csrf
@error('email')
{{ $message }}
@enderror
@if(Route::has('password.request')) Forgot password? @endif
@error('password')
{{ $message }}
@enderror
or

New candidate? Create an account

Taking the exam? Sign in with roll number

@endsection @push('scripts') @endpush