@extends('Layouts.adminLayout') @section('title') {{__('Log User')}} @endsection @section('breadcrumb')
| {{__('Index')}} | {{__('Subject')}} | {{__('URL')}} | {{__('Method')}} | {{__('Ip')}} | {{__('User Agent')}} |
|---|---|---|---|---|---|
| {{$i++}} | {{$value->subject}} | {{$value->url}} | {{$value->method }} | {{$value->ip }} | {{$value->agent }} |