@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Filtered Out Part #s', 'parentUrl' => '#', 'parentTitle' => 'Insight']) @include('asn.insight.insight-submenu')
@include('partials.success') @include('partials.error-list')
Bulk Upload
{{csrf_field()}}
Select file Change Remove
Download Template File
@include('asn.insight.partials.filter.filter-insight-unwanted-parts-mapping')
@can('Hardware Standards & Technical Specs Edit')

Add New Resync Part#s

@endcan @include('settings.partials.delete-message') @include('settings.partials.success-message')
@include('asn.insight.partials.data.insight-unwanted-parts-data')
# ID Manufacturer Part # (Insight)
@include('asn.insight.partials.modal.insight-unwanted-parts-modal') @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.filter_out_part_numbers'),'helpTitle'=>config('help-links.help_titles.filter_out_part_numbers')]) @endsection @section('after_scripts') @include('asn.insight.partials.script.insight-unwanted-parts-scripts') @stop