@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Asset Attribute','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@can('Attributes Edit')

Add New

@include('settings.partials.success-message') @include('settings.partials.delete-message') @endcan @foreach($attributes as $attr) @endforeach
# Asset Type Attribute
{{$attr->id}} {{$loop->iteration}} {{$attr->assettype->name}} {{$attr->attribute_name}}
    @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.asset_attribute'),'helpTitle'=>config('help-links.help_titles.asset_attribute')]) @endsection @section('after_scripts') @include('settings.attributes.attribute-script') @stop