@extends('layouts.app') @push('style') @endpush @section('content') @if ($infomessage == 'DISABLED')
{{ __('applabels.'.$infomessage) }}
@endif
{{ __('applabels.step_page') }} @if ( isset($pageId) ) {{ __('applabels.step_pagedata') }} @endif
@if (isset($pages))
@include('subscriptions.fbpageselect')
@endif
@if (isset($pageId)) @include('subscriptions.components.pagedataform') @endif
@if (isset($pageId)) @else @endif @endsection @push('scripts') @endpush