@extends('template.index') @section('title','Champions Consulting - '.$product->title_seo) @section('site_title','Champions Consulting - '.$product->title_seo) @section('description','Champions Consulting - '.$product->description_seo) @section('keywords','Champions Consulting - '.$product->keywords) @section('og_title','Champions Consulting - '.$product->title_seo) @section('og_description','Champions Consulting - '.$product->description_seo) @section('og_image',asset('medias/photos/products/1200x630-'.$product->image)) @section('content')
{{--title--}}

{!! $title !!}

@if(!empty($sub_title))
{!! $sub_title !!}
@endif
{{--breadcrumb--}}
@foreach($product->photos as $photo)
{{ $photo->img_alt }}
@endforeach

{{ $product->title }}

{{ __('product.reference') }}: {{ $product->reference }}
{{ __("product.description") }}
{{--social share--}}
{{ __("general.share") }}
{{--side block--}}

{{ __('product.categories') }}


@if(!empty($others)) {{--related products--}}

{{ __('product.related') }}

@foreach($others as $other) @endforeach
@endif
@endsection @section("js") @endsection