@extends('layouts.app') @section('title', 'Create Device') @section('content')
@csrf
@error('device_name')

{{ $message }}

@enderror

The app must enter this exact name when registering with the code.

After creation, share the Device ID, device name, and registration code with the phone app.

Cancel
@endsection