@if(!empty(Auth::guard('web')->user()->image)) @if(cloudStorageExist() && in_array(Storage::getDefaultDriver(), ['s3', 'cloudFlareR2', 'wasabi'])) {{ __('profile img') }} @else {{ __('profile img') }} @endif @else client-image @endif
{{ __('Change Photo') }}

{{ __('Profile photo recomended size 80x80 pixels') }}