@extends("main") @setmenu("sauce") @section('metaTags') @pageTitle(seoTitle($datum->meta,$datum->{'name_'._clang()})) @pageDescription(seoDescription($datum->meta,$datum->{'content_'._clang()})) @pageImage($datum->getCover()) @endsection @section("content")
getMini1()) }}" alt=""/>
getCover()) }}" alt=""/>
@if($datum->features->count() > 0)
    @foreach($datum->features as $feature)
  • getPhoto()) }}" alt=""/>
    {{ $feature->name }}
  • @endforeach
@endif
{{ $datum->name }}
{!! $datum->spot !!}
@if($datum->youtube_link)
@endif
{!! $datum->content !!}
@if($datum->images->count() > 0) @endif
@if($others->count() > 0)
{{ trans('products.others') }}
@endif
@endsection