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

Add New Sync Part #s

@endcan @include('settings.partials.delete-message') @include('settings.partials.success-message')
@include('asn.shi.partials.data.shi-unwanted-parts-data')
# ID Manufacturer Part # (SHI)
@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.shi.partials.scripts.shi-unwanted-parts-scripts') @stop