feat: add manufacturer to product view

This commit is contained in:
Nikita Kiselev
2025-07-12 11:48:59 +03:00
parent f13e128d03
commit b25f6d3c73
3 changed files with 12 additions and 1 deletions

View File

@@ -15,6 +15,9 @@
<div class="lg:col-span-2 lg:border-r lg:pr-8">
<h1 class="text-2xl font-bold tracking-tight sm:text-3xl">{{ product.name }}</h1>
</div>
<div>
<h3 class="text-sm font-medium">{{ product.manufacturer }}</h3>
</div>
<!-- Options -->
<div class="mt-4 lg:row-span-3 lg:mt-0">