@extends('front.layouts.app') @section('title', $selectedCategories->isNotEmpty() ? 'Materijali '.$selectedCategories->pluck('title')->implode(', ') : 'Materijali') @section('content')
Izabrani filteri:
{{ $product->price }} RSD/{{ $product->unit }}
{{ $product->price_discount }} RSD/{{ $product->unit }}
@else{{ $product->price }} RSD/{{ $product->unit }}
@endif @endforeach