@extends('layouts.app') @section('title', __('profile.edit_profile')) @section('page_heading', __('profile.edit_profile')) @section('content')
@include('layouts.partials.workspace-page-styles') @php $currentEmailValue = old('email', $user->email); $showCurrentPasswordField = $currentEmailValue !== $user->email || $errors->has('current_password'); @endphp{{ __('profile.profile_edit_form_text') }}