@extends('backend.master') @section('title') {{ ___('common.dashboard') }} @endsection @section('content')
@include('backend.school.form-submission')
@include('backend.school.tabs')
{{-- content ::start --}}

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

@error('otp')
{{ $message }}
@enderror
{{ ___('school.Didnt receive the verification OTP?') }}{{ ___('school.Resend code') }}
{{ ___('school.facility fee')}} 2000
{{-- content ::end --}}
@if(\Auth::user()->school->school_type == 'granted') {{___("school.back")}} @else {{___("school.back")}} @endif
@endsection @push('script') @endpush