Renewed: {{ date('Y-m-d', strtotime( $pending->renew_date ) ) }}
@endif @elseif(isset($pending->post_status) && $pending->post_status == 3) @if( isset( $pending->upgrade_date ) )Upgraded: {{ date('Y-m-d', strtotime( $pending->upgrade_date ) ) }}
@endif @else @if( isset( $pending->created_at ) )Posted: {{ date('Y-m-d', strtotime( $pending->created_at ) ) }}
@endif @endif @if( isset( $pending->expiry_date ) )Expiry: {{date('Y-m-d',strtotime($pending->expiry_date))}}
@endif @if(isset($pending->featured_expired) && $pending->featured_expired != '0000-00-00 00:00:00' )Feature Expiry:{{date('Y-m-d',strtotime($pending->featured_expired))}}
@endifNo ads yet!
@endif