@extends('layouts.authentification') @section('content')

Authentification

@if(session()->has('error'))

{{ session()->get('error') }}

@endif
@csrf
@error("otp")
{{$message}}
@enderror
@endsection