@foreach ($product->contents as $content)
| {{ $product->id }} |
{{ $content->id }} |
Titolo |
title |
@foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale)
{{ $content->translate($locale)->title }} |
@endforeach
| {{ $product->id }} |
{{ $content->id }} |
Titolo Superiore |
higher_title |
@foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale)
{{ $content->translate($locale)->higher_title }} |
@endforeach
| {{ $product->id }} |
{{ $content->id }} |
Descrizione |
description |
@foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale)
{{ $content->translate($locale)->description }} |
@endforeach
@endforeach