@extends('layouts.app') @section('title', $product->translateAttribute('name') . ' — ' . config('app.name')) @section('description', $product->translateAttribute('description')) @section('content')
€{{ number_format($product->variants->first()->prices->first()->price->decimal, 2) }}
@endif @php $desc = strip_tags($product->translateAttribute('description') ?? ''); $descTruncated = Str::limit($desc, 137); $descNeedsMore = mb_strlen($desc) > mb_strlen(rtrim($descTruncated, '.')); @endphpΔεν υπάρχουν αξιολογήσεις ακόμα.
@endif