{{ $portfolio->title }}
@foreach($portfolio->photos as $photo)
@endforeach
{{--social share--}}
{{ __("general.share") }}
{{--related products--}}
@if(count($others)>0)
{{ __('product.related') }}
@foreach($others as $other)
@endforeach
@endif
@endsection
@section("js")
@endsection