/
home
/
techb158
/
immovalet.com
/
vendor
/
botble
/
platform
/
base
/
resources
/
views
/
system
/
/home/techb158/immovalet.com/vendor/botble/platform/base/resources/views/system
mkdir
upload
Name
Size
Mode
Actions
partials/
-
0755
rm
cache.blade.php
3441
0644
edit
dl
rm
info.blade.php
9655
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/vendor/botble/platform/base/resources/views/system/cache.blade.php
(3441B)
@extends('core/base::layouts.master') @section('content') <div class="widget meta-boxes"> <div class="widget-title"> <h4> <span><i class="fas fa-sync"></i> {{ trans('core/base::cache.cache_commands') }}</span> </h4> </div> <div class="widget-body"> <table class="table table-bordered vertical-middle table-hover"> <colgroup> <col width="70%"> <col width="30%"> </colgroup> <tbody> <tr> <td> {{ trans('core/base::cache.commands.clear_cms_cache.description') }} </td> <td> <button class="btn btn-danger btn-block btn-clear-cache" data-type="clear_cms_cache" data-url="{{ route('system.cache.clear') }}"> {{ trans('core/base::cache.commands.clear_cms_cache.title') }} </button> </td> </tr> <tr> <td> {{ trans('core/base::cache.commands.refresh_compiled_views.description') }} </td> <td> <button class="btn btn-warning btn-block btn-clear-cache" data-type="refresh_compiled_views" data-url="{{ route('system.cache.clear') }}"> {{ trans('core/base::cache.commands.refresh_compiled_views.title') }} </button> </td> </tr> <tr> <td> {{ trans('core/base::cache.commands.clear_config_cache.description') }} </td> <td> <button class="btn green-meadow btn-block btn-clear-cache" data-type="clear_config_cache" data-url="{{ route('system.cache.clear') }}"> {{ trans('core/base::cache.commands.clear_config_cache.title') }} </button> </td> </tr> <tr> <td> {{ trans('core/base::cache.commands.clear_route_cache.description') }} </td> <td> <button class="btn green-meadow btn-block btn-clear-cache" data-type="clear_route_cache" data-url="{{ route('system.cache.clear') }}"> {{ trans('core/base::cache.commands.clear_route_cache.title') }} </button> </td> </tr> <tr> <td> {{ trans('core/base::cache.commands.clear_log.description') }} </td> <td> <button class="btn green-meadow btn-block btn-clear-cache" data-type="clear_log" data-url="{{ route('system.cache.clear') }}"> {{ trans('core/base::cache.commands.clear_log.title') }} </button> </td> </tr> </tbody> </table> </div> </div> @stop
Save
cmd:
run