{{--

Import Excel File in CRM SOFTWARE


@if(count($errors) > 0)
Upload Validation Error

@endif --}} @if($message = Session::get('success'))
{{ $message }}
@endif
{{ csrf_field() }}
{{-- --}} {{-- --}} {{-- --}} {{-- --}}
.xls, .xslx

{{--

Customer Data

@foreach($data as $row) @endforeach
Vendor Name Model description shipping_type SKU stock
{{ $row->vendor }} {{ $row->model }} {{ $row->description }} {{ $row->shipping_type }} {{ $row->SKU }} {{ $row->stock }}
--}}