@extends('front.layouts.app') @section('title', 'Novi materijali') @section('content')
{{ $product->price }} RSD/{{ $product->unit }}
{{ $product->price_discount }} RSD/{{ $product->unit }}
@else{{ $product->price }} RSD/{{ $product->unit }}
@endif @endforeach