{{-- * LaraClassified - Classified Ads Web Application * Copyright (c) BedigitCom. All Rights Reserved * * Website: http://www.bedigit.com * * LICENSE * ------- * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the inclusion * of the above copyright notice. If you Purchased from Codecanyon, * Please read the full License from here - http://codecanyon.net/licenses/standard --}} @extends('layouts.master') @section('wizard') @include('post.createOrEdit.multiSteps.inc.wizard') @endsection @section('content') @include('common.spacer')
@include('post.inc.notification')

{{ t('Pricing') }}

{!! csrf_field() !!}
@if (isset($packages) and isset($paymentMethods) and $packages->count() > 0 and $paymentMethods->count() > 0)

{{ t('Premium Ad') }}

{{ t('premium_plans_hint') }}

@foreach ($packages as $package)
Notice: Undefined variable: package in /var/www/html/resources/views/post/createOrEdit/multiSteps/packages.blade.php on line 92

Notice: Trying to get property 'price' of non-object in /var/www/html/resources/views/post/createOrEdit/multiSteps/packages.blade.php on line 92
@endforeach
tid) ? ' 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

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

@if (isset($paymentMethods) and $paymentMethods->count() > 0) @foreach($paymentMethods as $paymentMethod) @if (view()->exists('payment::' . $paymentMethod->name)) @include('payment::' . $paymentMethod->name, [$paymentMethod->name . 'PaymentMethod' => $paymentMethod]) @endif
Notice: Undefined variable: paymentMethod in /var/www/html/resources/views/post/createOrEdit/multiSteps/packages.blade.php on line 178

Notice: Trying to get property 'has_ccbox' of non-object in /var/www/html/resources/views/post/createOrEdit/multiSteps/packages.blade.php on line 178
@endforeach @endif @endif
@if (getSegment(2) == 'create') {{ t('Skip') }} @else {{ t('Skip') }} @endif
@endsection @section('after_styles') @endsection @section('after_scripts') @if (file_exists(public_path() . '/assets/plugins/forms/validation/localization/messages_'.config('app.locale').'.min.js')) @endif @endsection