@extends('layouts.backend.app') @section('title', 'Login Log') @push('css') @endpush @section('content')

Login Log
@foreach ($loginLogs as $key => $loginLog) @endforeach
SL Role Name IP Device User Agent Status Time
{{ $key + 1 }} {{ $loginLog->role }} ({{ $loginLog->affiliate_id ?? 0 }}) {{ $loginLog->affiliate->name ?? null }} {{ $loginLog->ip }} {{ $loginLog->device }} {{ $loginLog->user_agent }} {{ $loginLog->status }} {{ $loginLog->created_at->diffForHumans() }}
{{ $loginLogs->links() }}
@endsection @push('js') @endpush