@extends('layouts.dashboard') @section('title', 'Device Usage Report') @section('content')
| Device Model | Device Name | App Version | Sessions | Users |
|---|---|---|---|---|
| {{ $stat->device_model ?? 'Unknown' }} | {{ $stat->device_name ?? 'N/A' }} | v{{ $stat->app_version ?? 'N/A' }} | {{ number_format($stat->session_count) }} | {{ number_format($stat->user_count) }} |
| No device data found for the selected criteria. | ||||