@extends('layouts.back-end.app') @section('title', translate('Login_Settings')) @section('content')

{{ translate('Customer_Login_Settings') }}

@include('admin-views.system-setup.login-settings.partials.login-settings-menu')
@csrf

{{ translate('Setup_Login_Option') }}

{{ translate('the_option_you_select_customer_will_have_the_to_option_to_login') }}

{{ translate('OTP_Verification') }}

{{ translate('the_option_you_select_will_need_to_be_verified_by_the_customer') }}

@endsection @push('script') @endpush