@extends('layouts.app') @section('title', 'Register Sensor') @section('content')
Register this sensor to a user account
Device UUID: {{ $sensor->device_uuid }}
QR Code: {{ $sensor->qr_code }}
Gas Company: {{ $sensor->gasCompany->name ?? 'N/A' }}
Status: {{ ucfirst($sensor->status) }}
Position the QR code within the frame to scan it.