@extends('layouts.main')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => 'Filtered Out Part #s', 'parentUrl' => '#', 'parentTitle' =>
'CDW'])
@include('asn.cdw.cdw-submenu')
@include('partials.success')
@include('partials.error-list')
@include('asn.cdw.partials.filter.cdw-unwanted-parts-mapping-filter')
Add New
Resync Part
#s
@include('settings.partials.delete-message')
@include('settings.partials.success-message')
@include('asn.cdw.partials.modal.cdw-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.cdw.partials.script.cdw-unwanted-parts-scripts')
@stop