@extends('layouts.auth') @section('contents') {{-- verification form --}}
@csrf
lock @error('otp') {{ $message }} @enderror
@endsection @section('scripts') @endsection