@extends('layouts.master') @section('title', __('index.biometric_device')) @section('action', __('index.lists')) @section('button') @can('create_device') @endcan @endsection @section('styles') @endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.device.common.breadcrumb')
Device Configuration Guide
Click to Expand
Important Note: This configuration guide is currently being tested with ZKTeco devices that support ADMS mode...
✓ Check Device ADMS Support

Your ZKTeco must support ADMS mode...

⚙️ Configure ADMS Settings
Step 1

Step 1: Access the Menu

Step 2

Step 2: Select System Info

Step 3

Step 3: Find Serial Number in Device Info

Note: After adding your device, simply clock in using your device so that it recognizes your system.
{{ __('index.device_lists') }}
@can('delete_devices') @endcan @forelse($assetLists as $key => $value) @can('delete_assets') @endcan @empty @endforelse
# {{ __('index.device_name') }} {{ __('index.serial_number') }} {{ __('index.device_ip') }} {{ __('index.last_online') }} {{ __('index.status') }}{{ __('index.action') }}
{{ $key + 1 }} {{ $value->name }} {{ $value->serial_number }} {{ $value->ip_address }} {{ $value->last_online }} {{ $value->status }}
{{ __('index.no_records_found') }}
@endsection @section('scripts') @endsection