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

Add New

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