@extends('layouts.auth') @section('content')
@include('auth.partials.form-error')
{{-- timer --}} {{-- expiration alert --}}
@lang('auth.parent whatsapp verification')
@csrf

@lang('auth.sent code') {{auth()->user()->getStudentInfo()->parent_phone }}

@error('parent_code') {{ $message }} @enderror
@endsection @section('auth-js') @endsection