@extends('layouts.user') @section('title', __('user_profile.edit_profile_title')) @section('content') @php $photoUrl = $user->photo ? asset($user->photo) : 'https://ui-avatars.com/api/?name='.urlencode($user->name).'&background=E2E8F0&color=0F172A'; @endphp
{{ __('user_profile.edit_profile_subtitle') }}