@extends('layouts.user') @section('title', 'Activity History') @section('content')
{{ __('Activity History') }}
Account Created

Your account was successfully created and verified.

{{ Auth::user()->created_at->format('F d, Y \a\t g:i A') }}
Profile Updated

You updated your profile information.

2 hours ago
Login Session

Logged in from new device (Chrome on Windows).

5 hours ago
Settings Changed

Updated notification preferences.

1 day ago
@endsection