@extends('layouts.app') @section('content')

Add New Device

@if ($errors->any()) @endif
@csrf
@error('no_sn')
{{ $message }}
@enderror Unique serial number from the device
@error('nama')
{{ $message }}
@enderror Friendly name for easy identification
@error('lokasi')
{{ $message }}
@enderror Building or area location
Cancel
Help

Before adding a device here, make sure the biometric device has already registered with the server. The device Serial Number can be found in the device settings or from the Devices list.

@endsection