@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=""/>
@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') }}
@foreach($others as $other)
@endforeach
@endif
@endsection