@extends('layouts.librenmsv1') @section('title', __('Authlog')) @section('content')
@lang('Authlog')
@foreach($authlog as $log) @endforeach
@endsection @section('scripts') @endsection @section('css') @endsection