{{ $urgent_item->translated_title }}
@if ($urgent_item->property_purpose_id==1)
{{ $currency }}{{ $urgent_item->price }}
@elseif ($urgent_item->property_purpose_id==2)
{{ $currency }}{{ $urgent_item->price }} /
@if ($urgent_item->period=='Daily')
{{__('user.Daily')}}
@elseif ($urgent_item->period=='Monthly')
{{__('user.Monthly')}}
@elseif ($urgent_item->period=='Yearly')
{{__('user.Yearly')}}
@endif
@endif