@extends('backend.layouts.app')
@section('content')
部品在庫【登録】
@include('backend.layouts.flash-message')
{{ Form::open(["route"=>"backend.{$department}.product_stock.confirm", "method"=>"post", "id"=>"stock_form"]) }}
@include("backend.parts.stock.form._parts_form", [ 'qr_code'=>1 ])
{{ Form::close() }}
@endsection
@section('page_js')
@endsection