@extends('layouts.app') @section("title", "User Settings") @section('content')
Account
$user->id]) }}" method="post" accept-charset="utf-8" enctype='multipart/form-data' class="needs-validation" novalidate> @method("patch") @csrf
Please enter only letters and spaces with length between [2, 30]
@if(auth()->user()->avatar==NULL) avatar @else avatar @endif
@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">
@if(auth()->user()->hasPermission('manage_file_types'))
File validation
@method("patch") @csrf

Note: 1 MB = 1024 KB

@endif
@endsection @section('script') @endsection