@extends('theme::layout.layout') @section('title', ''.env('APP_NAME').' | Minha Conta') @section('content')
@csrf @method('PUT')

Minha Conta

Essas informações serão exibidas publicamente, portanto, tome cuidado com o que você compartilha.


@if ($errors->any()) @endif @if(session('success')) @endif
@if($user->thumbnail) @else @endif

ou arraste e solte

PNG, JPG, GIF

@endsection