@props(['product']) @php $p = $product; @endphp
{{ $p->title }}

{{ $p->title }}

{{ $p->metal }} · {{ number_format($p->weight_g,3) }} g · {{ $p->brand ?: '—' }} @if($p->vat_exempt) VAT-free @endif
£{{ number_format($p->live_price ?? 0, 2) }}
@csrf