@extends('layouts.app') @section('content') @section('css') @endsection

{{ isset($title)?$title:'' }}

@if(!empty($logs)) @foreach($logs as $key => $log) @endforeach @endif
No Email Last Login At Last Logout At Last Login Ip User Agent
{{ ++$key }} {{ $log->name }} @if($log->last_login_at) {{ date('d-M-Y', strtotime($log->last_login_at)) }}
{{ date('h:i:s A', strtotime($log->last_login_at)) }} @endif
@if($log->last_logout_at) {{ date('d-M-Y', strtotime($log->last_logout_at)) }}
{{ date('h:i:s A', strtotime($log->last_logout_at)) }} @endif
{{ $log->user_agent }}
@section('js') @endsection @endsection