@extends('layouts.admin') @section('content') {{__('General Settings')}} {{__('Dashboard')}} {{__('Settings')}} {{__('General Settings')}} {{__('All About General Settings')}} {{__('You can adjust all general settings here')}} @include('layouts.setting') @csrf {{__('General Settings')}} {{__('Site Title')}} @error('name') {{ $message }} @enderror {{__('Site Url')}} @error('site_url') {{ $message }} @enderror {{__('Site Logo')}} {{__('The Logo must have a maximum size of 1MB')}} @error('site_logo') {{ $message }} @enderror {{__('Favicon')}} {{__('The Favicon must have a maximum size of 1MB')}} @error('favicon') {{ $message }} @enderror {{__('Main Color')}} @error('main_color') {{ $message }} @enderror {{__('Secondary Color')}} @error('secondary_color') {{ $message }} @enderror {{__('Default Language')}} @foreach ($languages as $language) code) selected @endif >{{ $language->name }} @endforeach @csrf {{__('Advanced Settings')}} {{__('IMAP Host')}} @error('imap_host') {{ $message }} @enderror {{__('IMAP Port')}} @error('imap_port') {{ $message }} @enderror {{__('993 / 143')}} {{__('IMAP Encryption')}} {{__('None')}} {{__('SSL')}} {{__('TLS')}} @error('imap_encryption') {{ $message }} @enderror {{__('Validate Certificates')}} {{__('IMAP Username')}} @error('imap_user') {{ $message }} @enderror {{__('IMAP Password')}} @error('imap_pass') {{ $message }} @enderror {{__('Email Lifetime')}} ({{__('Days')}}) : @error('email_lifetime') {{ $message }} @enderror {{__('Days')}} {{__('Hours')}} {{__('Minutes')}} @error('email_lifetime_type') {{ $message }} @enderror {{__('All email data will be automatically deleted after this period')}} {{__('Fetch Mail Every')}} ({{__('Seconds')}}) : @error('fetch_time') {{ $message }} @enderror {{__('Domains')}} @error('domains') {{ $message }} @enderror {{__('Add Domains Without "https://" , "/" like (site.com , example.com , yourdomain.com) ')}} {{__('Forbidden IDs')}} @error('forbidden_id') {{ $message }} @enderror {{__('Allowed files')}} @error('allowed_files') {{ $message }} @enderror {{__('Fake Emails Created')}} @error('emails_created') {{ $message }} @enderror {{__('Fake Messages Received')}} @error('messages_received') {{ $message }} @enderror {{__('Recaptcha Site Key')}} @error('RECAPTCHA_SITE_KEY') {{ $message }} @enderror {{__('If you want to protect all forms from bots')}} {{__('Recaptcha Secret Key')}} @error('RECAPTCHA_SECRET_KEY') {{ $message }} @enderror {{__('Invisible Recaptcha Site Key')}} @error('INVISIBLE_SITE_KEY') {{ $message }} @enderror {{__('Only if you want to protect mail from bots')}} {{__('Invisible Recaptcha Secret Key')}} @error('INVISIBLE_SECRET_KEY') {{ $message }} @enderror {{__('Enable Cookie Pop Up')}} {{__('Force HTTPS')}} {{__('Enable Preloader')}} {{__('Hide Default Lang In URL')}} @endsection @push('styles') @endpush @push('libraies') @endpush @push('scripts') @endpush
{{__('You can adjust all general settings here')}}