{{ __('Maximum upload file size') }}: {{ \App\Models\Admin\General::first()->file_size }} {{ __(' MB') }}

{{ __('Use Remote URL') }}
{{ __('Upload from device') }}
@if ($generalSettings->captcha_status && ($generalSettings->captcha_for_registered || !auth()->check())) @endif
@if ( !empty($data) )
@foreach ($data as $element) @endforeach
{{ __('Thumbnail') }} {{ __('Size') }} {{ __('Action') }}
{{ $element['width'] . 'x' . $element['height'] }}px {{ __('Download') }}
@endif