@extends('layouts.app') @section('page-header') @endsection @section('content')
@foreach ($integrations as $integration) @if ($integration->app == 'wordpress') @if (App\Services\HelperService::extensionWordpressIntegration())
{{ ucfirst($integration->app) }}

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

{{ __('Manage') }}
@endif @endif @endforeach
@endsection