@extends($layout) @section('content')
{!! $tpl->displayNotification() !!}
Sync Leantime with your external applications

Available Integrations

@foreach ($providers as $provider)
{{ $provider->name }}
Available methods: {{ implode(', ', $provider->methods) }}

{!! $provider->description !!}

@if (isset($provider->button)) {{ $provider->button['text'] }} @else Create New Integration @endif
@endforeach
{{-- Existing Integrations section placeholder --}}
@once @push('scripts') @endpush @endonce @endsection