@extends('profile.index') @section('profile-content') @include('include.message')
@csrf
@if ($errors->has('avatar')) {{ $errors->first('avatar') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection