@extends('crm.layouts.app') @section('content')
@include('crm.layouts.breadcrumb')

{{__('Bulk Import Products')}}

{{__('Go Back')}}

{{__("Instructions")}}:
{{__("bulkprod inst 1")}}
{{__("bulkprod inst 2")}}
{{__("bulkprod inst 3")}}
{{__("bulkprod inst 4")}}
{{__("bulkprod inst 5")}}
{{__("bulkprod inst 6")}}
{{__("bulkprod inst 7")}}
{{__('Sample Excel File')}}

@if($errors) @foreach ($errors->all() as $error) @endforeach
{{ $error }}
@endif @if(Session::has('message')) @endif
name * short_description long_description price sku discount units tax_type_1 tax_type_2 tax_type_3 product_group_id status created_by_id
{{__('Product Name')}} {{__('lorem ipsum')}} {{__('lorem ipsum')}} {{__('999')}} {{__('DEV9797')}} {{__('16')}} {{__('4')}} {{__('1')}} {{__('2')}} {{__('3')}} {{__('3')}} {{__('active')}} {{__('1')}}
@csrf

@endsection