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

{{lang('2 - Step Verification')}}

@csrf
@error('otp') {{ lang($message) }} @enderror

{{lang('Resend OTP')}}

@endsection