@if($recent_item->government_currency == 1)
{{ $recent_item->is_quota == true ? 'سهمیهای' : 'ارز دولتی' }}
@endif
@can('user-special-conditions')
@if($recent_item->special_conditions == 1)
government_currency == 1 ) ? 'style="margin-top: 2.5em;"' : '' !!}>
شرایط ویژه
@endif
@endcan
@if($recent_item->ShowPrice())
@if( $recent_item->amount_old != 0)
government_currency == 1 && $recent_item->special_conditions == 1)
style="margin-top: 5em;"
@elseif($recent_item->government_currency == 1 || $recent_item->special_conditions == 1)
style="margin-top: 2.5em;"
@endif
>
{{
number_format( $recent_item->amount_old - $recent_item->amount , 0, '', ',')
}}
@endif
@endif