@extends('layouts.dashboard') @section('content') @if(session()->has('success')) @endif @if ($errors->has('name')) @endif @if ($errors->has('email')) @endif @if ($errors->has('password')) @endif @if ($errors->has('thumbnail')) @endif

Profil

@csrf {{method_field('PATCH')}}
Miniatura profilu musi mieć wymiary: 200 x 200 px.
@endsection