@if($statusText)
{{ $statusText }}
@endif
Header Field
Import Field
Sample Value
{{-- --}}
@if($activeFile->header_row)
@foreach($activeFile->header_row AS $index => $header)
{{ $activeFile->first_row[$index] }}
@endforeach
@else
No Columns Found!
@endif
{{-- --}}
@if($statusText)
{{ $statusText }}
@endif
|
{{--