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

入出庫【編集】

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