@if ($image || $thumbnail)
{{ Form::label_styled($title, $class, $size) }}
@if($image) @if (isset($thumbnail)) {!! Html::image($thumbnail) !!} @else {!! Html::image($image) !!} @endif @endif
@endif