@extends('layouts.app') @section('title', $page_title) {{-- Include global DataTable styling --}} @include('components.datatable-styles') @push('scripts') @endpush @section('styles') @endsection @section('content')
{{ __('app.application_settings') }}

{{ __('app.application_settings_description') }}

@csrf @method('PUT')
{{ __('app.basic_information') }}
{{ __('app.configuration') }}
{{__('app.days')}}
MB
{{ __('app.file_uploads') }}
{{ __('app.mail') }}

{{ __('app.system_emails_note') }}

@ @php $from_email_domain = ''; if(!empty($settings->from_email)) $from_email_domain = explode('@', $settings->from_email)[1]; @endphp
{{ __('app.tracking') }}

{{ __('app.settings_tracking_help') }}

@if(!file_exists(config('custom.path_maxmind_geo_db')))
{!! str_replace('[path]', config('custom.path_maxmind_geo_db'), __('app.geo_file_missing_msg')) !!}
{!! str_replace('[path]', config('custom.path_maxmind_geo_db'), __('app.geo_file_download_msg')) !!}
@endif
@endsection