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

@include('settings.partials.delete-message')
# Asset Tag # (Insight) Serial # (Insight) PO # (Insight) Asset Type (Teqtivity) Manufacturer Part # (Insight) Hardware Standard (Teqtivity) Tech Specs (Teqtivity) Tracking Number (Insight) Shipment Status (Insight)
@include('asn.insight.partials.modal.insight-edit-modal') @include('asn.insight.partials.modal.insight-delete-modal') @include('asn.insight.partials.modal.insight-hardware-mapping-modal') @include('asn.insight.partials.modal.insight-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.insight.partials.script.insight-scripts') @include('asn.insight.partials.script.insight-single-asset-receive-scripts') @include('assets.partials.scripts.dropdown-script') @stop