@extends('layouts.master') @section('title', 'Debug - Auditoria Splash') @section('main-content')
| ID | HS Serial | MAC Address | Página Clicada | Imagem | Identity | Data/Hora |
|---|---|---|---|---|---|---|
| {{ $item->id }} |
{{ $item->hs_serial ?? '---' }}
|
{{ $item->mac_formatado }}
|
{{ Str::limit($item->pag_click ?? '---', 50) }} | {{ Str::limit($item->imagem ?? '---', 30) }} | {{ $item->dsc_identity ?? '---' }} | {{ $item->created_at?->format('d/m/Y H:i:s') ?? '---' }} |
{{ json_encode($dados->take(5)->toArray(), JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) }}
@else