@extends('admin.layouts.admin') @section('title', 'Advanced Settings') @section('content')
@include('admin.partials.settings')
@csrf
{{ __('Advanced Settings') }}

                        
{{ __('Enter specific IDs (e.g., user => user@mydomain.com) to block from generation.') }}
{{ __('Specify the file types allowed for attachments (e.g., .jpg, .png, .pdf).') }}
{{ __('The number of seconds between fetching new messages for the main mailbox.') }}
{{ __('Set the number of characters for the generated email address.') }}
{{ __('Set the lifetime duration for the temporary emails.') }}
{{ __('Specify the number of days to retain email history for guests before it is automatically deleted.') }}
{{ __('Specify the number of days to retain messages in Mail Server before they are automatically deleted.') }}
@endsection @push('scripts') @endpush