@extends('layouts.app') @section('content')
Edycja użytkownika

{{ csrf_field() }} {{ method_field('PATCH') }}
@if ($errors->has('avatar')) {{ $errors->first('avatar') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection