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

Discover the fascinating osmium

Discover the fascinating Osmium - the rarest precious metal in the world with an impressive shine. Since becoming tradable in 2014, Osmium has been capturing the hearts of people as both jewelry and investment metal. Learn more about the complexity and costs of Osmium mining, closely linked with platinum extraction. With only about one ton of annual production and global reserves of less than 20 tons, Osmium is a true rarity. Immerse yourself in the fascinating world of this precious element, which finds its place not only in the jewelry industry but also in research, medicine, and technology. Don't miss the opportunity to learn more about the exciting future of Osmium organochemistry and the multitude of compounds it forms. Discover why Osmium is a sought-after and valuable resource that attracts the attention of collectors and investors.

office@goldinvest-edelmetalle.de @else

Entdecken Sie das faszinierende Osmium

Entdecken Sie das faszinierende Osmium - das seltenste Edelmetall der Welt mit beeindruckendem Glanz. Seit seiner Handelbarkeit im Jahr 2014 erobert Osmium als Schmuck- und Anlagemetall die Herzen der Menschen. Erfahren Sie mehr über die Komplexität und Kosten der Osmiumförderung, die eng mit dem Platinabbau verbunden ist. Mit nur etwa einer Tonne jährlicher Förderung und weltweiten Reserven unter 20 Tonnen ist Osmium eine wahre Rarität. Tauchen Sie ein in die faszinierende Welt dieses kostbaren Elements, das nicht nur in der Schmuckindustrie, sondern auch in Forschung, Medizin und Technik seinen Platz findet. Verpassen Sie nicht die Gelegenheit, mehr über die spannende Zukunft der Osmium-Organochemie und die Vielzahl von Verbindungen zu erfahren. Erfahren Sie, warum Osmium ein begehrter und wertvoller Rohstoff ist, der die Aufmerksamkeit von Sammlern und Investoren auf sich zieht.

office@goldinvest-edelmetalle.de @endif
@if(count($productData) > 0) @foreach($productData as $pro)
{{ $pro->title }}
{{ $pro->manufacturer }}

{{ $pro->title }}

@php $vatprice = 0; @endphp @if($pro->vat) @php $vatprice = round($pro->price*$pro->vat/100,2); @endphp @endif
@csrf
@if($pro->stock > '0') @else

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

@endif
@if($pro->stock > '0')
@endif
@endforeach @else @endif
{{ $productData->links('pagination.custom')}}
@if($partnerList) @endif @endsection