@extends('system.layouts.app') @section('title', '違停設備設定') @section('name', 'violationpark.equipment') @section('css') @parent @stop @section('content')
@include('system.popup.ViolationParking.unitCreate') @include('system.popup.ViolationParking.deviceEdit', ['custodyunit' => $custodyunit, 'assetownership' => $assetownership]) @include('system.popup.ViolationParking.deviceCreate', ['custodyunit' => $custodyunit, 'assetownership' => $assetownership])

違停設備設定

@can('vpk-device-setting') @endcan
編號 廠牌 型號 設備編號 地點編號 設置地點 保管單位 財產所屬單位 編輯
@endsection @section('js') @parent @stop