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

入出庫【登録】

@include('backend.layouts.flash-message') {{ Form::open(["route"=>"backend.{$department}.stock.confirm", "method"=>"post", "id"=>"stock_form"]) }} @include("backend.share.stock.form._vehicle_form", [ 'qr_code'=>1 ]) {{ Form::close() }} @endsection @section('page_js') @endsection