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

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