@extends('backend.layouts.form') @section('section', admin_trans('Settings')) @section('title', admin_trans('File System')) @section('container', 'container-max-lg') @section('content')
@csrf
{{ admin_trans('Upload Settings') }}
{{ admin_trans('Allow All file types') }} :
filesystem->upload->types->status ? 'checked' : '' }}>
{{ admin_trans('Enter the file types') }} :
{{ admin_trans('The file types that you want to allow to be uploaded.') }}
{{ admin_trans('Chunk size') }}
{{ admin_trans('MB') }}
{{ admin_trans('The size of the part that is sent in each request (90MB recommend).') }}
{{ admin_trans('Max files at once') }}
{{ admin_trans('The maximum number of files that can be uploaded at one time.') }}
{{ admin_trans('Download Settings') }}
{{ admin_trans('Generated Links expiry time') }}
{{ admin_trans('Minutes') }}
{{ admin_trans('On the download page, a special link is generated for each download, Enter the expiration time of the links.') }}
{{ admin_trans('Download Links prefix') }}
{{ admin_trans('The download links prefix, for example "download". only letters, numbers, dashes and underscores are allowed') }}
{{ admin_trans('Others') }}
{{ admin_trans('Default Folders') }} :
{{ admin_trans('Leave the field blank to disable the creation of default folders.') }}
@push('scripts') @push('styles_libs') @endpush @push('scripts_libs') @endpush @endpush @endsection