@extends('guest.layouts.auth') @section('title', 'Profile & Settings | Kevron Suites & Apartments') @section('dashboard_content')

Profile & Settings

Manage your communication preferences, executive details, and credentials.

Executive Contacts

@csrf

Change Password

@csrf

Recent Security Logs

@if($activities->isEmpty())

No recent security activities logged.

@else
@foreach($activities as $act)
{{ $act->activity_type }}

{{ $act->description }}

{{ $act->ip_address }} {{ Carbon\Carbon::parse($act->created_at)->diffForHumans() }}
@endforeach
@endif
@endsection