@extends('layouts.main') @section('pageTitle', '車牌辨識') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'peripheral.index') !!}
@if(auth()->user()->can('peripheral.edit')) @endif @if(auth()->user()->can('peripheral.destroy')) @endif
運作 設備名稱 設備類型 IP 位址 綁定車道控制器修改刪除
@can('peripheral.create') 新增週邊設備 @endcan
@endsection @section('js') @endsection