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