@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Connection Assets Mapping', 'parentUrl' => '#', 'parentTitle' => 'Connection']) @include('asn.connection.connection-submenu')
@include('partials.success') @include('partials.error-list')
Bulk Upload
{{csrf_field()}}
Select file Change Remove
Download Template File
@include('asn.connection.partials.filter.filter-connection-hardware-mapping')
@can('Hardware Standards & Technical Specs Edit')

Add New Resync Mapping

@endcan @include('settings.partials.delete-message') @include('settings.partials.success-message')
@include('asn.connection.partials.data.connection-hardware-mapping-data')
# ID Manufacturer Part # (Connection) Asset Type Manufacturer Hardware Standard Tech Specs
@include('asn.connection.partials.modals.connection-hardware-mapping-modal') @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.vendor_asset_mapping'),'helpTitle'=>config('help-links.help_titles.vendor_asset_mapping')]) @endsection @section('after_scripts') @include('asn.connection.partials.scripts.connection-hardware-mapping-scripts') @stop