@extends('front.layout.main') @section('content')
@if(count($currentPage->galleriesImage) > 0) @if(count($currentPage->galleriesImage) > 1)
@foreach($currentPage->galleriesImage as $key => $row) @if($key > 0)
@endif @endforeach
@endif @endif

{{ $currentPage->languages->where('lang_short', $lang)->first()->pivot->title }}

Product number: {{ $currentPage->codenumber }}

{!! $currentPage->languages->where('lang_short', $lang)->first()->pivot->text !!}
    @if($currentPage->languages->where('lang_short', $lang)->first()->pivot->detailed)
  • Detailed description
  • @endif @if($currentPage->languages->where('lang_short', $lang)->first()->pivot->specifications)
  • Specifications
  • @endif @if($currentPage->languages->where('lang_short', $lang)->first()->pivot->downloads)
  • Downloads
  • @endif @if($currentPage->languages->where('lang_short', $lang)->first()->pivot->faq)
  • FAQ
  • @endif
{!! $currentPage->languages->where('lang_short', $lang)->first()->pivot->detailed !!}
{!! $currentPage->languages->where('lang_short', $lang)->first()->pivot->specifications !!}
{!! $currentPage->languages->where('lang_short', $lang)->first()->pivot->downloads !!}
{!! $currentPage->languages->where('lang_short', $lang)->first()->pivot->faq !!}

Related Products

@stop