@extends('layouts.admin.app') @section('title',translate('Attribute Bulk Import')) @push('css_or_js') @endpush @section('content')

{{translate('messages.attributes')}} {{translate('messages.bulk_import')}}

{{ translate('Instructions') }}

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

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

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

@csrf

{{ translate('Import Attributes File') }}

{{ translate('Download Format') }}

{{ translate('Import Addons File') }}

@endsection @push('script') @endpush