@extends('layouts.app') @section('content')
{{ __('Verification OTP Settings') }}
@csrf
{{ __('Registration') }}
{{ __('Customer Registration OTP Verify') }}
register_otp_type == 'phone' ? 'checked' : '' }}>
register_otp_type == 'email' ? 'checked' : '' }}>
forgot_otp_type == 'phone' ? 'checked' : '' }}>
forgot_otp_type == 'email' ? 'checked' : '' }}>
@hasPermission('admin.verification.update')
@endhasPermission
@endsection