@extends('layouts.app') @section('title', 'Account Settings') @section('content')

Timezone Settings Timezone Information Choose the timezone used by your account. Dates and times for signing activity, audit records, notifications, and other time-based events will be displayed according to this timezone.

Set the timezone used for signing activity, audit records, and scheduled notifications.

Timezone Settings Timezone Settings Choose the timezone used by your account. Dates and times for signing activity, audit records, notifications, and other time-based events will be displayed according to this timezone.

Set the timezone used for signing activity, audit records, and scheduled notifications.

@csrf

I prefer Account Timezone because it is clearer to users than “System Timezone.”

{{-- now() --}}
@if(session('success'))

{{ session('success') }}

@endif
@endsection