@extends('layouts.app') @push('styles') @endpush @section('filter-section')
@lang('app.clearFilters')
@endsection @section('content')
@lang('biometric::app.addBiometricDevice') @lang('biometric::app.pushEmployeesToDevices')
@lang('biometric::app.refresh')
@lang('biometric::app.deviceConfigurationGuide') @lang('biometric::app.clickToExpand')
Important Note: This configuration guide is currently being tested with ZKTeco devices that support ADMS mode. We have specifically tested this with the ZKTeco K40 Pro model. This setup may not work with other biometric devices.
@lang('biometric::app.checkDeviceAdmsSupport')

@lang('biometric::app.zktecoAdmsInfo')

@lang('biometric::app.configureAdmsSettings')

@lang('biometric::app.steps'): @lang('biometric::app.goToMenuCommunication')

@lang('biometric::app.serverMode') ADMS
@lang('biometric::app.enableDomainName') @lang('biometric::app.on')
@lang('biometric::app.serverAddress') {{ preg_replace('/^https?:\/\//', '', config('app.url')) }}
@lang('biometric::app.enableProxyServer') @lang('biometric::app.off')
HTTPS @lang('biometric::app.on') (@lang('biometric::app.dependsOnServer'))
@lang('biometric::app.note'): @lang('biometric::app.afterAddingDevice')
@include('biometric::devices.create-url') {{-- ADMS Settings --}}
Waiting...
@lang('biometric::app.waitingForDeviceConnection')

@lang('biometric::app.performClockInOut')

@forelse($biometricDevice as $device) @empty @endforelse
@lang('biometric::app.deviceName') @lang('biometric::app.serialNumber') @lang('biometric::app.deviceIp') @lang('biometric::app.lastOnline') @lang('biometric::app.status') @lang('biometric::app.actions')
{{ $device->device_name }} {{ $device->serial_number }} {{ $device->device_ip }} {!! $device->last_online ? $device->last_online->diffForHumans() . '
(' . $device->last_online->timezone(company()->timezone)->format('d F Y h:i A') . ')' : '--' !!}
@if($device->status == 'online') @lang('biometric::app.online') @elseif($device->status == 'offline') @lang('biometric::app.offline') @else {{ $device->status }} @endif @lang('app.delete')
@lang('messages.noRecordFound')
@endsection @push('scripts') @endpush