@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Asset Type','parentTitle'=>'Settings','parentUrl'=>'/settings'])
Export to CSV @can('Asset Type Edit') Add New @include('settings.partials.success-message') @include('settings.partials.delete-message') @endcan
@foreach($assetTypes as $assetType) @endforeach
# Name Include in Asset Health Report # of Assets
{{$assetType->id}} {{$loop->iteration}} {{$assetType->name}} id,$healthTestAssetTypes) ? 'checked' : ''}} > {{$assetType->assets_count}}
    @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.asset_type'),'helpTitle'=>config('help-links.help_titles.asset_type')]) @endsection @section('after_scripts') @include('settings.asset-type.asset-type-script') @stop