@endif
@php
$categories = App\Models\Category::where('lang', $lg)->get();
$isGerman = $lg == 'de';
$description = $isGerman
? "Gold ist das grundsolideste und vorausschauende Investment für Menschen, die über den Tag hinausdenken. Ob in Form von Barren oder Münzen – mit den Gold Produkten von GOLDINVEST Edelmetalle entscheiden Sie sich für die optimale Versicherung gegen die Panik der Papier Märkte. Wählen Sie aus unserer vielfältigen Produktpalette: Wir bieten Ihnen handliche Barren und oder Münzen ab einem Gewicht von 1 Gramm Gold bis zu einem Gewicht von bis zu 12 kg an. Worauf Sie sich immer verlassen können: Alle GOLDINVEST Edelmetalle - Goldbarren kommen von zertifizierten LBMA-Herstellern."
: "Gold is the most solid and forward-thinking investment for people who think beyond the present day. Whether in the form of bars or coins, with the gold products from GOLDINVEST Precious Metals, you are opting for the optimal insurance against the panic of paper markets. Choose from our diverse range of products: we offer you convenient bars and/or coins ranging from 1 gram of gold up to a weight of up to 12 kg. What you can always rely on: All GOLDINVEST Precious Metals gold bars come from certified LBMA manufacturers.";
$specialSlugs = [
'heraeus', 'rand-refinery', 'royal-canadian-mint',
'muenze-oesterreich', 'the-perth-mint-australia',
'the-royal-mint', 'china-gold-coin-inc',
'the-united-states-mint', 'alle-hersteller'
];
@endphp
@endsection