@extends('layouts.admin.e-commerce.app') @section('title', 'Settings') @section('content') Setting - Credintial Home SMS | Mail | Login | Register Configureation {{-- LOGIN / REG - OPTION --}} LOGIN REGISTRATION OPTION CHOOSE Setting - Login Registration Option Choose @csrf @method('PUT') Registration verify With @if (setting('regVerify') == 'email') Only Email Only SMS @else Only SMS Only Email @endif Selected: {{ Str::upper(setting('regVerify')) }} Account recover with @if (setting('recovrAC') == 'email') Only Email Only SMS Email & SMS both @elseif (setting('recovrAC') == 'sms') Only SMS Only Email Email & SMS both @else Email & SMS both Only Email Only SMS @endif Selected: {{ Str::upper(setting('recovrAC')) }} {{-- Mail config --}} Mail Configuration Setting - Mail configuration @csrf @method('PUT') {{-- --}} Mail Configuration @if (setting('mail_config') == 1) ON OFF @else OFF ON @endif Email Host Port Username Password Encryption Type @if (setting('MAIL_ENCRYPTION') == 'tls') TLS SSL @else SSL TLS @endif Selected: {{ Str::upper(setting('MAIL_ENCRYPTION')) }} Mail From From Name {{-- SMS Config --}} SMS Configuration Setting - SMS configuration @csrf @method('PUT') Purchase SMS and configure from: www.bulksmsbd.com SMS Configuration @if (setting('sms_config_status') == 1) ON OFF @else OFF ON @endif SMS API URL SMS API KEY SENDER ID @endsection @push('css') @endpush