@extends('backend.auth.master') @section('title') {{ $data['title'] }} @endsection @section('content')

सूचना :- ज्यांनी २०१६-२०२५ स्वमान्यतेसाठी पहिली नोंदणी केली असेल त्यांना परत रजिस्टर करण्याची गरज नाही. आपण नोंदणी केलेला मोबाईल नंबर आणि पासवर्ड वापरून लॉगिन करू शकता.

{{ ___('common.login_for_school') }}

{{--

{{ ___('common.welcome_back_please_login_to_your_account') }}

--}}
@csrf

@error('email')

{{ $message }}

@enderror

@error('password')

{{ $message }}

@enderror
@if (setting('recaptcha_status'))
{!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response'))

{{ $errors->first('g-recaptcha-response') }}

@endif
@endif
{{--
--}}
{{ ___('common.forgot_password') }} ?
@if (\Config::get('app.APP_DEMO'))
@csrf
@csrf
@csrf
@csrf
@endif

{{-- {{ ___('common.dont_have_an_account') }} --}} {{ ___('common.create_new_account') }}

@endsection @section('script') {!! NoCaptcha::renderJs() !!} @endsection