Edit device

@csrf @method('PUT')
@if ($device->device_token)

Device token

{{ $device->device_token }} @if ($device->type === 'kiosk') Open kiosk URL @if (! empty($kioskQrSvg))

Provision Ladill Kiosk app

Scan with the tablet on first boot to link this device.

{!! $kioskQrSvg !!}
@endif @endif
@endif
Back
@if ($device->device_token)
@csrf
@endif
@csrf @method('DELETE')