@extends('layouts.app') @section('content')

Import your Excel file here

Maximum of 500 columns with '.xls' and '.xlxs' file extension only.

@if(session('status')) @endif @if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
{{ csrf_field()}}
@endsection