@extends('web.include.master') @section('content') @if($Coupon)
@endif @if($bannerList && isset($bannerList[0]->button_title)) @endif
@if($category->title)

{{ $category->title }}

@endif @if($category->main_heading)

{{ $category->main_heading }}

@endif @if($category->description)

{!! $category->description !!}

@endif office@goldinvest-edelmetalle.de / +49 (0) 30530 2311 70
@csrf
@if(!empty($manufacturer))
@endif
@if(count($products) > 0) @foreach($products 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
{!! $products->appends(['weight' => $weight, 'manufacturer' => $searchmanufacturer,'available' => $available])->render('pagination.custom') !!}
{{--
{!! $products->links() !!}
--}}
@php $faq = App\Models\ProductFaq::where('url', url()->current())->where('status', 1)->get(); @endphp @if($faq)
{{--

@lang('arsh.page_footer_txt1')

--}}
@php $i = 0; @endphp @foreach($faq as $faqs) @php $i++; @endphp

{!! $faqs->description !!}
@endforeach
@endif @if($partnerList) @endif @endsection