@extends('module.layouts.company') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
@include('module.section.company_left')
登录日志
登录时间
登录IP
登录地点(仅供参考)
登录方式
@if($companyInfo['loginLog']) @foreach($companyInfo['loginLog'] as $val)
{{ $val->created_at}}
{{ long2ip($val->log_ip) }}
{{ $val->log_address }}
{{ $val->log_source }}
@endforeach
{{ $companyInfo['loginLog']->links('module.widgets.pagination') }}
@else
没有找到相应的信息!
@endif
@endsection @section('script') @endsection