@extends('layout.manage') @section('css_page_level')
@endsection @section('page-content-wrapper')
@inject('setting','anlutro\LaravelSettings\Facade') {{ $setting::get('system_name','全方位建築智慧化管理系統') }}
{{ $setting::get('company_name','新保科技') }}
首頁
儲物異動管理
儲物異動列表
新增
刪除
新增儲物異動
修改儲物異動
原來消耗品編號
未選擇
@foreach($storages as $storage)
{{$storage->no.'-'.$storage->storage_name}}
@endforeach
新的消耗品編號
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection