@extends('module.layouts.person') @push('meta') @endpush @push('css') @endpush @section('content')
@include('module.section.person_left')
登录时间
登录IP
登录地点(仅供参考)
登录方式
@if($content->total()) @foreach($content as $k => $val)
{{ $val->created_at }}
{{ long2ip($val->log_ip) }}
{{ $val->log_address }}
{{ $val->log_source }}
@endforeach {{ $content->appends(Request::all())->links('module.widgets.pagination') }} @else
抱歉,没有找到相应记录
@endif
@endsection @section('script') @endsection