@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('image_width')) {{ $errors->first('image_width') }} @endif
@if ($errors->has('image_height')) {{ $errors->first('image_height') }} @endif
@if ($errors->has('qr_width')) {{ $errors->first('qr_width') }} @endif
@if ($errors->has('qr_height')) {{ $errors->first('qr_height') }} @endif
@if ($errors->has('qr_x')) {{ $errors->first('qr_x') }} @endif
@if ($errors->has('qr_y')) {{ $errors->first('qr_y') }} @endif
@if ($errors->has('card_image_name')) {{ $errors->first('card_image_name') }} @endif @if ($errors->has('card_image')) {{ $errors->first('card_image') }} @endif
@if(!empty($template->card_image)) Image Viewer @else Image Viewer @endif
@if ($errors->has('card_image_name')) {{ $errors->first('card_image_name') }} @endif @if ($errors->has('card_image')) {{ $errors->first('card_image') }} @endif
@if(!empty($template->thumbnail_image)) Image Viewer @else Image Viewer @endif