@extends(AdminBaseDashboard::AdminBaseLayout()) @section('title', 'cache management') @section('content')
@includeIf('subscriber::subscription_manager') {{--
--}} {{--
--}} {{--

{{ __('system::application.license and usage approval status')}}

--}} {{--
--}} {{--
--}} {{--
--}} {{-- @if($store_status == "Activated")--}} {{--

{{ __('system::application.licensed and Approved for usage')}}

--}} {{--
--}} {{-- --}} {{--
--}} {{-- @elseif( $store_status == "Not Activated")--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
{{ __('system::application.do not have a license key')}}?--}} {{-- {{ __('system::application.contact developer')}}
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
{{ __('system::application.license note')}}
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}}

{{ __('system::application.system management')}}

{{__('system::application.use the buttons below to clear all cache and queue when your application doesn\'t load correctly')}}
{{ __('system::application.clear commands') }}
@if(AdminBaseDashboard::application_type() == "single_vendor") @endif
{{__('system::application.clear CMS caching: database caching, static blocks... Run this command when you do not see the changes after updating data.')}}
{{__('system::application.clear compiled views')}}
{{__('system::application.clear system log files')}}
{{__('system::application.you might need to refresh the config caching when you change something on production environment.')}}
{{__('system::application.clear all combined route')}}
{{__('system::application.logout all active devices')}}
@endsection