@if (isset($packages, $paymentMethods) && $packages->count() > 0 && $paymentMethods->count() > 0)

{{ t('Premium Listing') }}

{{ t('premium_plans_hint') }}

@foreach ($packages as $package) @endforeach
id) ? ' checked' : (($package->price==0) ? ' checked' : '') }} {{ $packageStatus }} >

@if ($package->currency->in_left == 1) {!! $package->currency->symbol !!} @endif {{ $package->price }} @if ($package->currency->in_left == 0) {!! $package->currency->symbol !!} @endif

@includeFirst([ config('larapen.core.customizedViewPath') . 'post.createOrEdit.inc.payment-methods', 'post.createOrEdit.inc.payment-methods' ])

{{ t('Payable Amount') }}: 0

@includeFirst([ config('larapen.core.customizedViewPath') . 'post.createOrEdit.inc.payment-methods.plugins', 'post.createOrEdit.inc.payment-methods.plugins' ]) @endif