{!! BaseHelper::clean($shortcode->title) !!}

{!! BaseHelper::clean($shortcode->subtitle) !!}
@foreach ($packages as $package)

{{ $package->name }}

{{ format_price($package->price) }}
    @if ($package->number_of_listings )
  • {{ __(':number Listings', ['number' => $package->number_of_listings]) }}
  • @endif @if ($package->account_limit === 1)
  • {{ __('Limited purchase by account') }}
  • @elseif ($package->account_limit === null)
  • {{ __('Unlimited purchase by account') }}
  • @endif
@endforeach