@extends('admin.layout') @section('content')
{{ translate('Import') }}
@csrf
{!! Form::select('seller_id', [translate('Admin') => [0 => 'Dots-shop'], translate('Sellers') => $sellers], 0, ['class' => 'form-control multiselect-dropdown', 'placeholder' => translate('Sellers')]) !!}


{{ translate('Import & Export Instructions') }}

{{ translate('Import') }}


1: {{ translate('Download Demo product and start to fill sheet with your products.') }}
2: {{ translate('If this products belongs to spacific seller you should choose seller else you will upload this producs to app owners.') }}
3: {{ translate('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: {{ translate('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.') }}



{{ translate('Export') }}


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

@endsection