@extends('layouts.main') @section('pageTitle', '系統與金流') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createThirdLevel($globalVariable['pathMain'], $globalVariable['pathSub'], 'webPrinters.index') !!}
@if(auth()->user()->can('webPrinters.edit')) @endif @if(auth()->user()->can('webPrinters.destroy')) @endif
印表機名稱 印表機 IP修改刪除
@can('webPrinters.create') 新增網路印表機 @endcan
@endsection @section('js') @endsection