{{ $name }}

{{ $path }}

@if (! $loaded)
@elseif ($error)

{{ $error }}

@elseif ($tooBig)

{{ $this->isImage() ? __('modals.file_editor.image_too_big') : __('modals.file_editor.too_big') }}

@elseif ($this->isImage())
{{ $name }}
@elseif ($binary)

{{ __('modals.file_editor.binary') }}

@else @endif
{{ __('common.close') }} @if ($loaded && ! $error && ! $tooBig && ! $binary && ! $this->isImage()) @can('operate') {{ __('common.save') }} @endcan @endif