{{ trans('public.add_file') }}
@if(!empty(getGeneralSettings('content_translate')))
{{ trans('auth.language') }}
@foreach($userLanguages as $lang => $language)
get('locale', app()->getLocale())) == mb_strtolower($lang)) selected @endif>{{ $language }}
@endforeach
@error('locale')
{{ $message }}
@enderror
@else
@endif
{{ trans('public.title') }}
{{ trans('public.chapter') }}
{{ trans('admin/main.no_chapter') }}
@if(!empty($chapters)) @foreach($chapters as $chapter)
{{ $chapter->title }}
@endforeach @endif
{{ trans('public.source') }}
@foreach(\App\Models\File::$fileSources as $source)
{{ trans('update.file_source_'.$source) }}
@endforeach
{{ trans('public.accessibility') }}
{{ trans('public.choose_accessibility') }}
{{ trans('public.free') }}
{{ trans('public.paid') }}
{{ trans('update.choose_file') }}
{{ trans('webinars.file_type') }}
{{ trans('webinars.select_file_type') }}
@foreach(\App\Models\File::$fileTypes as $fileType)
{{ trans('update.file_type_'.$fileType) }}
@endforeach
{{ trans('webinars.file_volume') }}
{{ trans('public.description') }}
{{ trans('update.online_viewer') }}
{{ trans('home.downloadable') }}
{{ trans('public.active') }}
@if(getFeaturesSettings('sequence_content_status'))
{{ trans('update.sequence_content') }}
{{ trans('update.check_previous_parts') }}
{{ trans('update.access_after_day') }}
@endif
{{ trans('public.save') }}
{{ trans('public.close') }}