@if($discounts) @foreach($discounts as $discount => $procent)
{{$discount}} {{ShowLabelById(6, $lang_id)}}
{{$procent['procent']}}%
@endforeach @endif