@extends('layouts.back-end.app') @section('title', \App\CPU\translate('Product Bulk Import')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('Instructions')}} :

1. {{\App\CPU\translate('Download the format file and fill it with proper data')}}.

2. {{\App\CPU\translate('You can download the example file to understand how the data must be filled')}}.

3. {{\App\CPU\translate('Once you have downloaded and filled the format file, upload it in the form below and submit')}}.

4. {{\App\CPU\translate('After uploading products you need to edit them and set product images and choices')}}.

5. {{\App\CPU\translate('You can get brand and category id from their list, please input the right ids')}}.

@csrf

{{\App\CPU\translate('Import Products File')}}

{{\App\CPU\translate('Download Format')}}
@endsection @push('script') @endpush