@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Technical Specifications','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('settings.technical-specs.filter-technical-specs')
@include('partials.success') @include('partials.error-message') @include('settings.partials.success-message') @include('settings.partials.delete-message')
@include('settings.technical-specs.technical-specs-data') @include('settings.technical-specs.technical-specs-pagination-links')
# Asset Type Manufacturer Hardware Standard Tech Specs Original Value Salvage Value Life of Asset (years) # of Assets
@include('settings.modals.confirm-delete') @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.technical_specs'),'helpTitle'=>config('help-links.help_titles.technical_specs')]) @endsection @section('after_scripts') @include('settings.technical-specs.technical-specs-script') @stop