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

{{ ___("school.OTP Verification") }}

@csrf

@error('mobile_otp')

{{ $message }}

@enderror
{{ ___("school.Didn't receive the verification OTP") }}? {{ ___("school.Resend code") }}
{{--

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

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