@extends('layouts.site') @section('title', $product->name) @section('content')
@foreach($product->getMedia('images') as $media) @endforeach

{{ $product->name }}

Cod produs: {{ $product->code }}
@if($product->stock > 0) @else @endif
Valabilitate:În stocLipsă stoc
Categorie: {{ $product->category->name }}
Brand
{{ $product->brand->name }}
Informații
{{ $product->description }}
Cel mai vândut
Hot
Insecticid aerosol pentru uz domestic și civil
Redus
Pulverizator automatic + Insecticid aerosol
Produse asemănătoare
@foreach($similarProducts as $similarProduct)
{{-- --}}
{{ $similarProduct->name }}
@endforeach
@endsection