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

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

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

{{lang('Resend OTP')}}

{{-- @if (session('success'))
{{ session('success') }}
@endif --}}
@endsection