@if (isset($preview_image) && !empty($preview_image)) Upload File @else Upload File @endif

@if (isset($label)) {{ $label }} @else {{ localize('' . $input_name) }} @endif

@if ($errors->has($input_name))
{{ $errors->first($input_name) }}
@endif