@include('accessories.partials.filter')
@include('partials.success')
Create
| Action |
|
|
Inventory Location |
Hardware Standard |
Tech Specs |
Available Quantity |
Weekly Demand |
Lead Time (weeks) |
Order Qty (for 6 weeks) |
Purchase Indicator |
@include('accessories.partials.accessories')
@include('accessories.modals.create')
@include('accessories.modals.move')
@include('accessories.modals.use')
@include('accessories.modals.add')
@stop
@section('after_scripts')
@include('accessories.script')
@stop