@extends('layouts.main')
@section('pageTitle', '設備狀態管理-印表機設定及測試')
@section('content')
| 設備名稱 |
偵測印表機狀態 |
印表機切換設定 |
測試列印 |
@foreach ($deviceList as $device)
| {{ $device->name }} |
{{ $device->id }} |
|
|
|
@endforeach
修改
返回
@endsection
@section('js')
@include('include.fancybox')
@endsection