@extends('layout.app') @section('content')
@foreach ($login_attempts as $r) @endforeach
ID User Name Password Auth Date MAC Address NAS Identifier Reply
{{ $r->id }} {{ $r->username ?? '' }} {{ $r->pass ?? '' }} {{ $r->authdate ?? '' }} {{ $r->mac ?? '' }} {{ $r->mikrotik ?? '' }} {{ $r->reply ?? '' }}
{{-- {{ $login_attempts->links() }} --}}
{{-- --}} @endsection @section('ajax') @endsection