• @if(isset($gallery[0]->diskname)) @endif

{!!$product->description!!}


{{$product->title}}

@if($product->cena > 0)

Cena: {{number_format($product->cena, 2, ',', '.')}} €

@endif @if (!empty($attributes->gume)) @endif @if (!empty($attributes->barva)) @endif @if (!empty($attributes->model)) @endif @if (!empty($attributes->poreklo)) @endif @if (!empty($attributes->notranjost)) @endif @if (!empty($attributes->dokumentacija)) @endif @if (!empty($attributes->stanje_vozila)) @endif @if (!empty($attributes->letnik_izdelave)) @endif
Gume: {{$attributes->gume or null}}
Barva: {{$attributes->barva or null}}
Model: {{$attributes->model or null}}
Poreklo: {{$attributes->poreklo or null}}
Notranjost: {{$attributes->notranjost or null}}
Dokumentacija: {{$attributes->dokumentacija or null}}
Stanje vozila: {{$attributes->stanje_vozila or null}}
Leto izdelave: {{$attributes->letnik_izdelave or null}}

@foreach ($gallery as $row) @endforeach