@extends('admin.layouts.app') @section('title', 'History Login') @section('page-title', 'HISTORY LOGIN') @section('content')
login_histories belum tersedia. Jalankan php artisan migrate agar data history login bisa tampil.
| Waktu Login | Tipe | Nama | Identifier | Role | IP Address | User Agent | |
|---|---|---|---|---|---|---|---|
| {{ optional($history->login_at)->timezone('Asia/Jakarta')->format('d/m/Y H:i:s') }} | {{ strtoupper($history->actor_type) }} | {{ $history->nama }} | {{ $history->email ?? '-' }} | {{ $history->login_identifier ?? '-' }} | {{ $history->role ?? '-' }} | {{ $history->ip_address ?? '-' }} | {{ $history->user_agent ?? '-' }} |
| Belum ada history login. | |||||||