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

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