@extends('layouts.master') @section('title', __('index.biometric_device')) @section('action', __('index.create')) @section('main-content')
@include('admin.section.flash_message') @include('admin.device.common.breadcrumb')
How to Find Your Device Serial Number

Note: The serial number can be found in your device by navigating to Menu -> System Info -> Device Info

Step 1

Step 1: Access the Menu

Step 2

Step 2: Select System Info

Step 3

Step 3: Find Serial Number in Device Info

@csrf
@if(!isset(auth()->user()->branch_id))
@endif @if(!auth('admin')->check() && auth()->check()) @endif
* Provide a unique identifiable name for this device.
* Enter the device serial number exactly as shown on the device label. This will be used to verify the device
@canany(['edit_device','create_device'])
@endcanany
@endsection @section('scripts') @include('admin.device.common.form_scripts') @endsection