@extends('layouts.connected') @section('content')
@csrf
*********
{{ __('Avatar') }}
@php($avatar = Auth::user()->getAvatar()) @if($avatar !== '') @endif
@endsection