{{ t('performance_optimization') }}
{{ t('system_setting') }}
{{ t('performance_optimization') }} {{ t('cache_description') }}
    @foreach ($cacheSizes as $type => $size)
  • @if ($type === 'framework')
    @elseif ($type === 'views')
    @elseif ($type === 'config')
    @elseif ($type === 'routing')
    @elseif ($type === 'logs')
    @endif

    @if ($type === 'framework') {{ t('clear_framework_text') }} @elseif ($type === 'views') {{ t('view_text') }} @elseif ($type === 'config') {{ t('clear_config') }} @elseif ($type === 'routing') {{ t('clear_cache_routing') }} @elseif ($type === 'logs') {{ t('clear_system_log_file') }} @endif

    {{ t('size') . ' ' . $size }}
  • @endforeach
  • {{ t('enable_debug_mode') }}

    Mode : {{ $environment ? 'true' : 'false' }}

    {{ t('enable_production_mode') }}

    Mode : {{ $production_mode ? 'Production' : 'Local' }}

    {{ t('enable_whatsapp_log') }}

    Mode : {{ $enable_wp_log ? 'true' : 'false' }}
@if (session()->has('message'))
{{ session('message') }}
@endif

{{ t('processing_cache_clearing') }}