@php $date = \Morilog\Jalali\Jalalian::now()->getTimestamp(); @endphp
@foreach($advertising->products as $item)
{{$item->title}} @if($item->discount_percent>0 and $item->time_discount==1 and $date < $item->end_date) {{$item->discount_percent}}% @else 0% @endif
@endforeach
{{$advertising->more_button_text}}