@extends('layout.default') @section('title') {{ $user->username }} - Security - {{ __('common.members') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @include('user.buttons.user') @endsection @section('main')

{{ __('user.change-email') }}

@csrf @method('PATCH')

{{ __('user.change-email-help') }}.

@endsection @section('sidebar')

{{ __('user.email-updates') }}

@forelse ($emailUpdates as $emailUpdate) @empty @endforelse
{{ __('common.created_at') }} {{ __('user.deleted-on') }} {{ __('common.status') }}
@if ($loop->first) {{ __('common.active') }} @else {{ __('stat.disabled') }} @endif
No email update history
@endsection