@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') }} @elseif ($type === 'storage') {{ t('link_storage') }} @endif
@if ($type === 'storage') Mode: {{ $storageLinked ? 'Linked' : 'Not Linked' }} @else {{ t('size') . ' ' . $size }} @endif{{ t('enable_debug_mode') }}
Mode : {{ $environment ? 'true' : 'false' }}{{ t('enable_production_mode') }}
Mode : {{ $production_mode ? 'Production' : 'Local' }}{{ t('processing_cache_clearing') }}