@extends('backend.layouts.app') @section('content')

部品在庫【編集】

{{ Form::open(["route"=>"backend.{$department}.product_stock.confirm", "method"=>"post", "id"=>"stock_form"]) }} @include("backend.parts.stock.form._parts_form")
@if($authAdmin->canDeleteStockHistory()) @endif
{{ Form::close() }} {{ Form::open(["route"=>"backend.{$department}.product_stock.delete", "method"=>"post", "id"=>"stock_action_submit"]) }} {{ Form::close() }} @endsection @section('page_css') @endsection @section('page_js') @endsection