@extends($layout) @section('content') @php $providerFields = $providerFields ?? []; $provider = $provider ?? null; $leantimeFields = $leantimeFields ?? []; $numberOfFields = $maxFields ?? 0; $flags = $flags ?? []; $urlAppend = ''; if (isset($integrationId) && is_numeric($integrationId)) { $urlAppend = '&integrationId=' . $integrationId; } @endphp
@include('connector::submodules.importProgress')
{!! $tpl->displayNotification() !!}
Match Fields

Match the fields from your source to the corresponding fields in Leantime


@foreach ($providerFields as $key => $entity) @endforeach
Source Field Leantime Field
{{ $entity }}
Requirements for a successful import

Please review these requirements and make sure your import and mapping covers everything.

@foreach ($flags as $flag)

{{ $flag }}

@endforeach
@endsection