@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif @if ($errors->has('image_name')) {{ $errors->first('image_name') }} @endif
@if(!empty($qr_types->image)) Image Viewer @else Image Viewer @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('is_tint')) {{ $errors->first('is_tint') }} @endif
@if ($errors->has('is_premium')) {{ $errors->first('is_premium') }} @endif

@if ($errors->has('url_type')) {{ $errors->first('url_type') }} @endif
@if ($errors->has('is_active')) {{ $errors->first('is_active') }} @endif