@foreach(get_languages() as $key=>$language)
@if(!empty($product->getPendingTranslation($language->code)['name']))
{{ translate('value')}} : {{$product->getPendingTranslation($language->code)['name']['value']}}
{{ translate('status')}} : {{$product->getPendingTranslation($language->code)['name']['status']}}
@if(!empty($product->getPendingTranslation($language->code)['name']['note']))
{{$product->getPendingTranslation($language->code)['name']['note']}}
@endif
@endif
@if(!empty($product->getPendingTranslation($language->code)['unit']))
{{ translate('value')}} : {{$product->getPendingTranslation($language->code)['unit']['value']}}
{{ translate('status')}} : {{$product->getPendingTranslation($language->code)['unit']['status']}}
@if(!empty($product->getPendingTranslation($language->code)['unit']['note']))
{{$product->getPendingTranslation($language->code)['unit']['note']}}
@endif
@endif
@if(!empty($product->getPendingTranslation($language->code)['description']))
{{ translate('value')}} : {{$product->getPendingTranslation($language->code)['description']['value']}}
{{ translate('status')}} : {{$product->getPendingTranslation($language->code)['description']['status']}}
@if(!empty($product->getPendingTranslation($language->code)['description']['note']))
{{$product->getPendingTranslation($language->code)['description']['note']}}
@endif
@endif
@if(!empty($product->getPendingTranslation($language->code)['tags']))
{{ translate('value')}} : {{$product->getPendingTranslation($language->code)['tags']['value']}}
{{ translate('status')}} : {{$product->getPendingTranslation($language->code)['tags']['status']}}
@if(!empty($product->getPendingTranslation($language->code)['tags']['note']))
{{$product->getPendingTranslation($language->code)['tags']['note']}}
@endif
@endif
{{translate('SEO Meta Tags')}}
@if(!empty($product->getPendingTranslation($language->code)['meta_title']))
{{ translate('value')}} : {{$product->getPendingTranslation($language->code)['meta_title']['value']}}
{{ translate('status')}} : {{$product->getPendingTranslation($language->code)['meta_title']['status']}}
@if(!empty($product->getPendingTranslation($language->code)['meta_title']['note']))
{{$product->getPendingTranslation($language->code)['meta_title']['note']}}
@endif
@endif
@if(!empty($product->getPendingTranslation($language->code)['meta_description']))
{{ translate('value')}} : {{$product->getPendingTranslation($language->code)['meta_description']['value']}}
{{ translate('status')}} : {{$product->getPendingTranslation($language->code)['meta_description']['status']}}
@if(!empty($product->getPendingTranslation($language->code)['meta_description']['note']))
{{$product->getPendingTranslation($language->code)['meta_description']['note']}}
@endif
@endif
@if(!empty($product->getPendingTranslation($language->code)['meta_img']))
{{ translate('value')}} : {{$product->getPendingTranslation($language->code)['meta_img']['value']}}
{{ translate('status')}} : {{$product->getPendingTranslation($language->code)['meta_img']['status']}}
@if(!empty($product->getPendingTranslation($language->code)['meta_img']['note']))
{{$product->getPendingTranslation($language->code)['meta_img']['note']}}
@endif
@endif
@endforeach