@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'ASN - CDW', 'parentUrl' => '#', 'parentTitle' => 'CDW']) @include('asn.cdw.cdw-submenu')
@include('partials.success') @include('partials.error-list') @include('partials.sync-messages') @include('settings.partials.delete-message')
@include('asn.cdw.partials.filter.cdw-assets-filter')

# Asset Tag # (CDW) Serial # (CDW) PO # (CDW) Asset Type (Teqtivity) Manufacturer Part # (CDW) Hardware Standard (Teqtivity) Tech Specs (Teqtivity) Tracking Number (CDW) Shipment Status
@include('asn.cdw.partials.modal.cdw-asset-edit-modal') @include('asn.cdw.partials.modal.cdw-delete-modal') @include('asn.cdw.partials.modal.cdw-hardware-mapping-modal') @include('asn.cdw.partials.modal.cdw-receive-modal') @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.vendor_integration'),'helpTitle'=>config('help-links.help_titles.vendor_integration')]) @endsection @section('after_scripts') @include('asn.cdw.partials.script.cdw-scripts') @include('asn.cdw.partials.script.cdw-hardware-mapping-scripts') @include('assets.partials.scripts.dropdown-script') @stop