@if( json_decode(json_encode(Config::get('app.languages')), true)[Config::get('app.locale')]['dir']=="rtl") @endif @if( json_decode(json_encode(Config::get('app.languages')), true)[Config::get('app.locale')]['prefix']=="ar") @endif
@if(\request('type')=="multimedia")
@elseif(\request('type')=='image' || \request('type')=="image-editor")
@else
@if(\request('type')=='avatar')

{{__('Drag and Drop Photo here')}}
{{__('Or')}}
{{__('Click to select Photo')}}

@elseif(\request('type')=='defaultFeaturedImage')

{{__('Drag and Drop Photo here')}}
{{__('Or')}}
{{__('Click to select Photo')}}

@elseif(\request('type')=='favicon')

{{__('Drag and Drop your icon here')}}
{{__('Or')}}
{{__('Click to select icon')}}

@elseif(\request('type')=='logo-icon')

{{__('Drag and Drop logo here')}}
{{__('Or')}}
{{__('Click to select logo')}}

@elseif(\request('type')=='pdf' || \request('type')=='pdf-editor')

{{__('Drag and Drop PDF File here')}}
{{__('Or')}}
{{__('Click to select PDF File')}}

@elseif(\request('type')=='logo')

{{__('Drag and Drop logo here')}}
{{__('Or')}}
{{__('Click to select logo')}}

@endif
@endif