@extends('layouts.app') @section('content')
Manage license and monitor devices
{{ $license->key }}
| Device | Status | |||||
|---|---|---|---|---|---|---|
|
@if($device->device_type === 'mobile')
@elseif($device->device_type === 'tablet')
@else
@endif
{{ $device->device_name }}
{{ $device->browser }}
|
@if($device->is_active) Active @else Inactive @endif | |||||
|
No devices connected yet |
||||||