@extends('settings.template') @section('section')

Account Settings


@csrf

{{Auth::user()->username}}

Change Profile Photo

Max avatar size:

0/{{config('pixelfed.max_bio_length')}}

Private Information

@if(Auth::user()->email_verified_at) Verified {{Auth::user()->email_verified_at->diffForHumans()}} @else Unverified You need to verify your email. @endif

Storage Usage

{{$storage['percentUsed']}}% used {{$storage['usedPretty']}} / {{$storage['limitPretty']}}

@endsection @push('scripts') @endpush