@foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale) @endforeach @foreach ($product->paragraphs as $paragraph) @foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale) @endforeach @foreach (app(\Astrotomic\Translatable\Locales::class)->all() as $locale) @endforeach @endforeach
ID prodotto ID paragrafo Descrizione campo Nome Campo{{ $locale }}
{{ $product->id }} {{ $paragraph->id }} Titolo title{{ $paragraph->translate($locale)->title }}
{{ $product->id }} {{ $paragraph->id }} Descrizione description{{ $paragraph->translate($locale)->description }}