@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
@if ($type == 'Regular License' || $type == '')

{{ __('Extended License is required in order to have access to these features') }}

@else
@foreach ($integrations as $integration)
@if (!is_null($wordpress)) @if ($wordpress) {{ __('Activated') }} @else {{ __('Not Activated') }} @endif @else {{ __('Not Activated') }} @endif
{{ ucfirst($integration->app) }}

{{ __($integration->description) }}

{{ __('Configure') }}
@endforeach
@endif
@endsection @section('js') @endsection