@extends('layouts.app') @section('title','Hotspot History — BlueBando v3') @section('content')
| Seen At | Router | User | Address | MAC | Bytes In | Bytes Out | Login By |
|---|---|---|---|---|---|---|---|
| {{ $l->seen_at }} | {{ $l->router_id }} | {{ $l->user }} | {{ $l->address }} | {{ $l->mac }} | {{ bb_format_bytes($l->bytes_in) }} | {{ bb_format_bytes($l->bytes_out) }} | {{ $l->login_by }} |