@extends('front') @section('content')
@include('user.partials.sidebar')

{{__('Security Settings')}}

{{__('Password Management')}}

{{__('Last Changed: ')}} {{ $passwordLastSeenFormatted }}

{{ __('Device Management') }}

{{__('Last Changed: ')}} {{ $devices->first()->last_seen_formatted }}

@endsection