@extends('admin.layouts.master') @section('title') {{ translate('App Setting') }} @endsection @php $admin = auth('admin')->user(); $permissionForGeneralSettings = $admin->role->permissions->firstWhere('module_name', 'General Settings'); $permissionForPreferences = $admin->role->permissions->firstWhere('module_name', 'Preferences'); $permissionForAnalytic = $admin->role->permissions->firstWhere('module_name', 'Analytic'); $permissionForSEOSettings= $admin->role->permissions->firstWhere('module_name', 'SEO Settings'); $permissionForLanguage = $admin->role->permissions->firstWhere('module_name', 'Language'); $permissionForCurrency = $admin->role->permissions->firstWhere('module_name', 'Currency'); $permissionForPaymentMethods = $admin->role->permissions->firstWhere('module_name', 'Payment Methods'); $permissionForSMTPSettings = $admin->role->permissions->firstWhere('module_name', 'SMTP Settings'); $permissionForEmailTemplates = $admin->role->permissions->firstWhere('module_name', 'Email Templates'); $permissionForThirdPartySettings = $admin->role->permissions->firstWhere('module_name', 'Third Party Settings'); $permissionForCookie = $admin->role->permissions->firstWhere('module_name', 'Cookie'); $permissionForSocialMediaLogin = $admin->role->permissions->firstWhere('module_name', 'Social Media Login'); $permissionForAbuseWordFiltering = $admin->role->permissions->firstWhere('module_name', 'Abuse Word Filtering'); $permissionForPushNotification = $admin->role->permissions->firstWhere('module_name', 'Push Notification'); $permissionForStaffs = $admin->role->permissions->firstWhere('module_name', 'Staffs'); $permissionForSystem = $admin->role->permissions->firstWhere('module_name', 'System'); $permissionForFooter = $admin->role->permissions->firstWhere('module_name', 'Footer'); $permissionForFooterSection = $admin->role->permissions->firstWhere('module_name', 'Footer Section'); @endphp @section('content')
# | {{ translate('Name') }} | {{ translate('Code') }} | {{--{{ translate('RTL') }} | --}}{{ translate('Image') }} | {{ translate('Options') }} |
---|---|---|---|---|---|
{{$a}} | {{$language->name}} | {{$language->code}} | {{--
rtl == 0 ? 'checked' : '' }}>
| --}}
@if($language->image)
|
@if($language->id != 2) @if($permissionForLanguage !== null && $permissionForLanguage->can_edit == '1') @endif @if($permissionForLanguage !== null && $permissionForLanguage->can_delete == '1') @endif @endif |
# | {{ translate('Name') }} | {{ translate('Code') }} | {{ translate('RTL') }} | {{ translate('Options') }} |
---|---|---|---|---|
{{$a}} | {{$currency->name}} | {{$currency->code}} |
@if($permissionForCurrency !== null && $permissionForCurrency->can_edit == '1')
rtl == 1 ? 'checked' : '' }}
onclick="updateCurrencyRtl({{ $currency->id }}, this.checked)">
@endif
|
{{ translate('Please be carefull when you are configuring SMTP. For incorrect configuration you will get error at the time of order place, new registration, sending newsletter.') }}
{{ translate('Select sendmail for Mail Driver if you face any issue after configuring smtp as Mail Driver') }}
{{ translate('Set Mail Host according to your server Mail Client Manual Settings') }}
{{ translate('Set Mail port as 587') }}
{{ translate('Set Mail Encryption as ssl if you face issue with tls') }}
{{ translate('Select sendmail for Mail Driver if you face any issue after configuring smtp as Mail Driver') }}
{{ translate('Set Mail Host according to your server Mail Client Manual Settings') }}
{{ translate('Set Mail port as 465') }}
{{ translate('Set Mail Encryption as ssl') }}
{{ translate('1. Log in to Google Firebase and Create a new app if you don\'t have any.') }}
{{ translate('2. Go to Project Settings and select General tab.') }}
{{ translate('3. Select Config and you will find Firebase Config Credentials.') }}
{{ translate('4. Copy your App\'s Credentials and paste the Credentials into appropriate fields') }}
{{ translate('5. Now, select Cloud Messaging tab and Enable Cloud Messaging API') }}
{{ translate('6. After enabling Cloud Messaging API, you will find Server Key. Copy the key value and paste into FIREBASE SERVER KEY field') }}
{{ translate('7. Configure the "firebase-messaging-sw.js" file and Keep the file in the root directory of your cPanel') }}
{{ translate('Social Media Login') }}