@extends('client.layout.master') @php use App\Models\Translation; $locale = app()->getLocale(); @endphp @section('title', Translation::getValue('product_detail', $locale)) @section('content')

{{ $product->getTranslation('name', $locale) }}

@endsection