{{--{{ dd($plans) }}--}} @extends('layouts.app') @section('content')
@foreach ($plans as $plan) @if($plan->parent == '2')

RENEWAL

{{ $plan->cost }} $

  • one-time ad renewal
WebMoto.us listings are sorted in order of publication. Over time, each ad appears lower in the search results because new ads are constantly published.
Once you renew your ad, it will reappear at the top of the search results as newly added.

@endif @endforeach

@endsection