@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Software Assets Categories','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@can('Software Assets Category Manage') @include('settings.partials.success-message') @include('settings.partials.delete-message')

Add New

@endcan @include('software-license.partials.category-filters')
@include('software-license.category.list')
# Name
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.software_asset_settings_categories'),'helpTitle'=>config('help-links.help_titles.software_asset_settings_categories')]) @endsection @section('after_scripts') @include('software-license.modals.add-category') @include('software-license.scripts.category') @stop