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

{{ $message }}

@enderror
@error('user_id')

{{ $message }}

@enderror

You will receive a Device ID and API token shown only once.

Cancel
@endsection