@extends('web.include.master') @section('content')
@foreach ($proImage as $image)
{{ $productData->title }}
@endforeach @if(!empty($productData->video))
@endif
@foreach ($proImage as $image)
{{ $productData->title }}
@endforeach @if(!empty($productData->video) && !empty($productData->video_thumbnail))
{{ $productData->title }}
@endif

{{ $productData->title }}

Lieferzeit 5 - 7 Werktage
{{--
Feingewicht {{ $productData->weight }} g
--}}
Vat {{ $productData->vat }}%
Verfügbarkeit @if($productData->stock > 0) Available @endif

Überblick

{!! $productData->overview !!}

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

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

@endif
@if($productData->stock > '0')
@endif
VAT _ _ @if($productData->vat) @php $vatprice = round($productData->price*$productData->vat/100,2); @endphp {{ $productData->vat }}% {{ config('app.symbol')}}{{ $vatprice }} @endif

{!! $productData->overview !!}

{!! $productData->description !!}

@if(!empty($RandomPro))

Andere Edelmetalle

@foreach($RandomPro as $pro)
{{ $pro->title }}
@php $vatprice = 0; @endphp @if($pro->vat) @php $vatprice = round($pro->price*$pro->vat/100,2); @endphp @endif
{{ $pro->manufacturer }}

{{ $pro->title }}

@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
@endif @if($partnerList) @endif @endsection