@extends('index') @section('content') @include('settings.nav')
{{ route('frontend.user', ['username' => auth()->user()->username]) }}. {{ __('web.SETTINGS_USERNAME_TIP') }}
{!! __('web.SETTINGS_EMAIL_TIP') !!}
{{ __('web.SETTINGS_CURRENT_PASSWORD_TIP') }}
Third-party authentication will be required to make the above changes.