{{$product->ad->title ?? ''}}
(
@if($product->post_status == 2)
Renew
@elseif($product->post_status == 3)
Upgrade
@else
New
@endif
)
|
${{$product->promote_ad_type_price}}@if( isset( $product->featured_price ) ) + ${{$product->featured_price ?? ''}} @endif |
{{$product->promote_ad_type_duration}} @if( isset( $product->featured_duration ) ) / {{$product->featured_duration ?? ''}} @endif Days |
${{$product->promote_ad_type_price + $product->featured_price ?? 0 }} |
@if( $product->module_id == 1 )
here for view.
@endif
@if( $product->module_id == 2 )
here for view.
@endif
@if( $product->module_id == 3 )
here for view.
@endif
@if( $product->module_id == 5 )
here for view.
@endif
@if( $product->module_id == 6 )
here for view.
@endif
@if( $product->module_id == 11 )
here for view.
@endif
@if( $product->module_id == 12 )
here for view.
@endif
@if( $product->module_id == 8 )
here for view.
@endif
|
@endif
@endforeach
@endif