@extends('layouts.app') @push('pageTitle') Session Logs @endpush @section('content')
| # | User | login At | logout At | login duration | IP Address | Created At | Action |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item?->user?->name }} | {{ $item->logged_in_at?->format('d.m.Y H:i') }} | {{ $item->logged_out_at?->format('d.m.Y H:i') }} | {{ $item->duration_seconds }} | {{ $item->ip_address }} | {{ $item->created_at?->format('d.m.Y H:i') }} |