@if (! $loaded)
@elseif ($error)
{{ $error }}
@elseif ($tooBig)
{{ $this->isImage() ? __('modals.file_editor.image_too_big') : __('modals.file_editor.too_big') }}
@elseif ($this->isImage())
@elseif ($binary)
{{ __('modals.file_editor.binary') }}
@else
@endif