@extends('layouts.app') @section("title", "User Settings") @section('pageTitle', 'User Settings') @section('content')
Account
$user->id]) }}" method="post" accept-charset="utf-8"> @method("patch") @csrf
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@method("patch") @csrf

Password

After changing your password you will be logged out automatically.
@method("patch") @csrf

Username

After changing your username you will be logged out automatically.
username) }}" name="username" class="form-control">
@method("patch") @csrf

E-mail

This is where lost password requests will be sent. After changing your e-mail you will be logged out automatically.
email) }}" name="email" class="form-control">
@endsection