@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('Integrations')) @section('titlebar_actions', '') @section('titlebar_subtitle', __('Send blog posts directly to your CMS')) @section('content')
@foreach ($items as $item) {{ $item->app }}

{{ $item->app }}

{{ $item->description }}

@if ($item->hasExtension) @lang('Integrate') @else

@lang('No installed extension')

@endif
@endforeach
@endsection