Import Excel File in CRM SOFTWARE
@if(count($errors) > 0)
Upload Validation Error
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif --}}
@if($message = Session::get('success'))
{{ $message }}
@endif
{{--
Customer Data
Vendor Name |
Model |
description |
shipping_type |
SKU |
stock |
@foreach($data as $row)
{{ $row->vendor }} |
{{ $row->model }} |
{{ $row->description }} |
{{ $row->shipping_type }} |
{{ $row->SKU }} |
{{ $row->stock }} |
@endforeach
--}}