@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 ($imports as $import) @endforeach
時間 成功匯入筆數 失敗匯入筆數
{{ $import->created_at }} {{ $import->success }} {{ $import->fail }}

進行批次匯入

Step 1. 上傳&建立檔案

請將Excel檔於此處上傳。

 
選擇檔案 更改 移除
Step 2. 批次設定

請為本次的匯入做一個標記

每次批次上傳都會有紀錄,建議可以在這裡輸入一個讓您好識別的註解,像是:20160601 匯入 BA 設備資料...等等
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection