@extends('../site/layouts.user_panel.app') @section('page_title', __('Activity')) @section('content')
{{ __('Please check your login activities below.') }}
{{ __('Browser') }} | {{ __('Platform') }} | {{ __('IP') }} | {{ __('Time') }} |
---|---|---|---|
{{ $properties['browser'] }} | {{ $properties['platform'] }} | {{ $properties['ip_address'] }} | {{ \Carbon\Carbon::parse($activity->created_at)->diffForHumans() }} |