@extends('web.include.master') @section('content') @if($Coupon)
@endif
@if($lg=='en')

Buying gold online at current prices within minutes

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.

By the way: All gold investment products are exempt from value-added tax in Germany and Austria. If you have any questions about our products or the ordering process, please do not hesitate to contact us.

The GOLDINVEST Precious Metals team is looking forward to your call or email:

office@goldinvest-edelmetalle.de / +49 (0) 30530 2311 70
@else

Gold online kaufen zu Minuten aktuellen Preisen

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.

Übrigens: Alle Gold-Anlageprodukte sind in Deutschland und Österreich von der Umsatzsteuer befreit. Wenn Sie Fragen zu unseren Produkten oder zum Bestellablauf haben, zögern Sie nicht, sich an uns zu wenden.

Das GOLDINVEST Edelmetalle TEAM freut sich auf Ihren Anruf oder Ihre mail:

office@goldinvest-edelmetalle.de / +49 (0) 30530 2311 70
@endif
@csrf
@if(!empty($manufacturer))
@endif
@if(count($productData) > 0) @foreach($productData as $pro)
{{ $pro->title }}
{{ $pro->manufacturer }}

{{ $pro->title }}

@php $vatprice = 0; @endphp @if($pro->vat_rate) @php $vatprice = round(selling_price($pro)*$pro->vat_rate/100,2); @endphp @endif
@csrf
@if($pro->stock_available == 'Available') @else

Artikel momentan nicht verfügbar, kontaktieren Sie uns gerne. {{selling_price($pro)+$vatprice}}{{ config('app.symbol')}}

@endif
@if($pro->stock_available == 'Available')
@endif
@csrf
@endforeach @else @endif
{!! $productData->appends(['weight' => $weight, 'manufacturer' => $searchmanufacturer,'available' => $available])->render('pagination.custom') !!}
@if($partnerList) @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