@extends('web.include.master') @section('content') @php $meta_title = $content->meta_title; $meta_keywords = $content->meta_keywords; $meta_description = $content->meta_description; @endphp @if($bannerList) @endif @if($productList)

@lang('arsh.home_txt1') / @lang('arsh.home_txt2')

@foreach($productList 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
@endif @if($bestSelingCOinproduc)

@lang('arsh.home_txt4')

@foreach($bestSelingCOinproduc as $pro) @php $vatprice = 0; @endphp @if($pro->vat_rate) @php $vatprice = round(selling_price($pro)*$pro->vat_rate/100,2); @endphp @endif
{{ $pro->manufacturer }}

{{ $pro->title }})

@if($pro->stock_available == 'Available') @lang('arsh.product_detail_txt9') | {{selling_price($pro)+$vatprice}} @else

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

@endif
@endforeach
@endif @if($Pages)

@lang('arsh.home_txt5')

@foreach($Pages as $list)

{{ $list->title }}

{!! $list->home_description !!}

Mehr erfahren
@endforeach
@endif

@lang('arsh.home_txt6')

@lang('arsh.home_txt7')

@lang('arsh.home_txt8')
@if($testimonialList)

@lang('arsh.home_txt9')

@endif

@lang('arsh.home_txt10')

  • EUR
  • USD
@foreach($price_list as $price)

{{$price->title}}

{{$price->eur_ask_price}}
@endforeach
@if($newslist)

@lang('arsh.home_txt12')

@foreach($newslist as $news)
News {{ $news->title }}
{{ date('M d, Y', strtotime($news->created_at)) }}

{{ $news->title }}

{!! Str::limit($news->description, 180) !!}

@endforeach
@endif

@lang('arsh.home_txt14')

@lang('arsh.home_txt13') +49 (0) 30530 2311 70
@if($partnerList) @endif @endsection