@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Accessories'])
@include('partials.success') @include('partials.error-message') @include('settings.partials.success-message') @include('settings.partials.delete-message')
@include('reports.partials.saved-searchs') @include('accessories.partials.filter')
@can('Accessories Edit')

Create

@endcan
# Action Inventory Location Hardware Standard Available Quantity Weekly Demand Lead Time (weeks) Order Qty (for 6 weeks) Purchase Indicator
@include('accessories.modals.create') @include('accessories.modals.move') @include('accessories.modals.use') @include('accessories.modals.add') @include('accessories.modals.confirm-delete') @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.accessories'),'helpTitle'=>config('help-links.help_titles.accessories')]) @endsection @section('after_scripts') @include('accessories.partials.scripts.script') @stop