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

Please resolve the following errors and reconnect your integration:

Go Back @else Confirm @endif

All set, we are importing the data you see below.


@foreach ($fields as $sourceField => $leantimeField) @endforeach @foreach ($values as $record) @foreach ($record as $value) @endforeach @endforeach
{{ $leantimeField['leantimeField'] }}
{{ $value }}

@endsection