@extends('layouts.app') @section('title', env('APP_NAME') . ' - ' . $product->name) @push('hreflangs') @foreach($hreflangs as $item) @endforeach @endpush @section('content')
Ref: {{ $product->reference }}
{{ __('shop.readmore') }}