@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Hardware Kits','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.success') @include('settings.departments.partials.filter-department-hardware-mapping')
@can('Hardware Standards & Technical Specs Edit')

Add New


@endcan @include('settings.departments.partials.department-hardware-mapping')
# Department Hardware Standards Count Total cost
    @include('settings.departments.partials.modal.department-hardware-mapping') @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.hardware_kits'),'helpTitle'=>config('help-links.help_titles.hardware_kits')]) @endsection @section('after_scripts') @include('settings.partials.responsive-fixedheader') @include('settings.departments.partials.scripts') @stop