@extends('seller.layout') @section('content')
{{ __('Product.Import') }}
@csrf
{!! Form::hidden('seller_id', Auth::user()->id) !!}


{{ __('Product.Import & Export Instructions') }}

{{ __('Product.Import') }}


1: {{ __('Product.Download Demo product and start to fill sheet with your products.') }}
2: {{ __('Product.If this products belongs to spacific seller you should choose seller else you will upload this producs to app owners.') }}
3: {{ __('Product.After import finished you will go to products page and this products appear in the begining and its background like this instruction background color :).') }}
4: {{ __('Product.You need to edit this products and add images and any other missing informaion you need then you save this product and diffrent background color will disapear.') }}



{{ __('Product.Export') }}


1: {{ __('Product.Demo product for learn you how to fill xls sheet to upload products.') }}
2: {{ __('Product.bulk export for all products in the App.') }}

@endsection