@extends('layouts.app') @push('style') @endpush @section('content') @if ($infomessage == 'DISABLED')
{{ __('applabels.'.$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($pageId)) @include('subscriptions.fbpageselect') @endif
@if (isset($pageId)) @include('subscriptions.accountdata') @endif
@if (isset($pageId)) @include('subscriptions.paymentform') @endif
@if (isset($pageId)) @include('subscriptions.paymentoptions') @endif
@if (isset($pageId)) @else @endif @endsection @push('scripts') @endpush