@extends($layout) @section('content') @php $provider = $provider ?? null; @endphp
@include('connector::submodules.importProgress')
{!! $tpl->displayNotification() !!}
New Integration
{{ $provider->name }}
{!! $provider->description !!}

Click Here to Connect
@once @push('scripts') @endpush @endonce @endsection