@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Software Assets'])
@include('software-license.partials.license-filters')
@include('partials.success') @include('partials.error-message') @include('partials.sync-messages')
@can('Software Assets Manage') Add New Assets @endcan
@can('Software Assets Manage') @endcan
# Category Name Manufacturer Vendor Type Renewal Date Licenses Licenses Used
@include('software-license.modals.delete-license') @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.software_assets'),'helpTitle'=>config('help-links.help_titles.software_assets')]) @endsection @stop @section('after_scripts') @include('software-license.scripts.license') @stop