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

{!! $title !!}

@if(!empty($sub_title))
{!! $sub_title !!}
@endif
{{--breadcrumb--}}

{{ $portfolio->title }}

{{ $portfolio->cover_image_alt }}
@foreach($portfolio->photos as $photo)
{{ $photo->image_alt }}
@endforeach
{{--social share--}}
{{ __("general.share") }}
{{--related products--}} @if(count($others)>0)

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

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