@extends('backend.layouts.app') @section('content')

{{translate('Activate OTP')}}

@foreach ($otp_configurations as $otp_configuration)

{{translate(Str::replace('_', ' ',Str::title($otp_configuration->type)).' OTP')}}

@endforeach
@endsection @section('script') @endsection