@extends('layouts.librenmsv1')
@section('title', __('Authlog'))
@section('content')
@lang('Authlog')
| @lang('Timestamp') |
@lang('User') |
@lang('IP Address') |
@lang('Result') |
@foreach($authlog as $log)
| {{ $log->datetime }} |
{{ $log->user }} |
{{ $log->address }} |
{{ $log->result }} |
@endforeach
@endsection
@section('scripts')
@endsection
@section('css')
@endsection