@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")
{{ Form::close() }} @endsection @section('page_js') @endsection