@extends('header') @section('content') @parent @include('accounts.nav', ['selected' => ACCOUNT_IMPORT_EXPORT]) {!! Former::open('/import_csv')->addClass('warn-on-exit') !!} {!! Former::populateField('timestamp', $timestamp) !!}
@foreach (App\Services\ImportService::$entityTypes as $entityType) @if (isset($data[$entityType])) @include('accounts.partials.map', $data[$entityType]) @endif @endforeach