{!! $tpl->displayNotification() !!}
{{-- Existing Integrations section placeholder --}}
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
Available methods: {{ implode(', ', $provider->methods) }}
{!! $provider->description !!}
@if (isset($provider->button)) {{ $provider->button['text'] }} @else Create New Integration @endif