@if ($attributeValue->featureImage) {{ trans('app.image') }} @elseif($attributeValue->color)

{{ strtoupper($attributeValue->color) }}

@endif
@if ($attributeValue->color) @endif
{{ trans('app.attribute_type') }}: {{ $attributeValue->attribute->attributeType->type }}
{{ trans('app.attribute') }}: {{ $attributeValue->attribute->name }}
{{ trans('app.value') }}: {{ $attributeValue->value }}
{{ trans('app.color') }}: {{ $attributeValue->color }}
{{ trans('app.position') }}: {{ $attributeValue->order }}
{{ trans('app.available_from') }}: {{ $attributeValue->created_at->toFormattedDateString() }}
{{ trans('app.updated_at') }}: {{ $attributeValue->updated_at->toDayDateTimeString() }}