@extends('layouts.main') @section('content-header')

Confirm the data import

@endsection @section('content')
{{ csrf_field() }} @if(Request::input('type')!=1) @endif @if(Request::input('type')==1) @endif @if(Request::input('type')!=1) @endif @if(Request::input('type')!=1) @endif @for($i = 1; $i < count($csv_data); $i++) @if(count($csv_data[$i])>=10) @for($j = 0; $j < count($csv_data[$i]); $j++) @endfor @endif @endfor
Domain IP Open Ports OS Impact Site ID Mac Address Vendor Model Version Open Ports Authorized Type of SystemName IP Port Impact Prog lang Local langDescription Date ScannedLocation DivisionManual/Automated Created AtBaseline
{{ Form::text('name[' . $i . '][' . $j . ']', $csv_data[$i][$j], ['class' => 'form-control','placeholder'=>'Use an example']) }}
@if(count($csv_data) >= 1) Cancel @else

It looks like you have not added data or deleted the example line

Cancel @endif
@endsection