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