@extends('layouts.app') @push('style') @endpush @section('content') @if (isset($pricingparams) && ['infomessage'] == 'DISABLED')
{{ __('applabels.'.$pricingparams['infomessage'] ) }}
@endif
{{ __('applabels.step_page') }} @if (session('login_origin') == 'login' ) @if ( isset($pageId) ) {{ __('applabels.step_account') }} @endif @endif @if (session('login_origin') != 'login') {{ __('applabels.step_account') }} {{ __('applabels.step_billing') }} {{ __('applabels.step_payment') }} @endif
@if (isset($pages))
@include('subscriptions.fbpageselect')
@endif @if (!isset($pages) && (1==0) )
@include('subscriptions.socialmediaselect')
@endif
@if (!isset($pages)) @include('subscriptions.accountdata') @endif
@if (!isset($pages)) @include('subscriptions.paymentform') @endif
@if (!isset($pages)) @include('subscriptions.paymentoptions') @endif
@if (!isset($pages)) @else @endif @endsection @push('scripts') @endpush