@extends("_admin.adminapp") @section('header') @endsection @section("content")

{{ trans('v3.tools') }}

{{ trans('v3.tmpfolder') }}

{!! $file_system === 's3' ? ' S3 storage': 'Local storage' !!}

{{ $file_count }} {{ trans('v3.files') }}

{{ $folder_size }}MB

{{ trans('v3.files_info') }}
{{ trans('v3.delete_files') }}
@endsection @section("footer") @endsection