@extends(config('mio.theme').'.app') @section('content') @php $discount = checkDiscount($product); @endphp
{!! $product->description !!}
@if($product->filters && count($product->filters)) @foreach($product->filters as $f) @endforeach @endif
{{$f->filter_name}} {{$f->value_name}}
@if(checkDiscount($product))