@extends('statamic::layout') @section('title', 'Import < Data Import') @section('content')
{{ csrf_field() }}

Map your data

Map your data

Match your data with the fields of the collection.

Set delimiter if one of your fields contains multiple entries. Defaults to pipe character |

Fieldset Data

@foreach ($errors as $error)

{{ $error }}

@endforeach
@endsection