@php use Illuminate\Support\Facades\Storage; @endphp @extends('layouts.app') @section('title', 'Enviar Avatar') @section('content')

Enviar Avatar

Voltar ao Perfil
Upload de Avatar
@if (session('status') === 'avatar-updated') @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Formatos aceitos: JPEG, PNG, JPG, GIF. Tamanho máximo: 2MB.
Preview
Preview do avatar
{{ $user->name }}

Preview do novo avatar

@if($user->avatar)
Avatar Atual
Avatar atual

Avatar que está sendo usado

@endif
@endsection