@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'CDW Accessories Mapping', 'parentUrl' => '#', 'parentTitle' => 'CDW']) @include('asn.cdw.cdw-submenu')
@include('partials.success') @include('partials.error-list')
Bulk Upload
{{csrf_field()}}
Select file Change Remove
Download Template File
@include('asn.cdw.partials.filter.cdw-accessories-mapping-filter')
@can('Hardware Standards & Technical Specs Edit')

Add New Resync Mapping

@endcan @include('settings.partials.delete-message') @include('settings.partials.success-message')
@include('asn.cdw.partials.data.cdw-accessories-mapping-data')
# ID Manufacturer Part # (CDW) Accessory
@include('asn.cdw.partials.modal.cdw-accessories-mapping-modal') @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.vendor_accessories_mapping'),'helpTitle'=>config('help-links.help_titles.vendor_accessories_mapping')]) @endsection @section('after_scripts') @include('asn.cdw.partials.script.cdw-accessories-mapping-scripts') @stop