diff --git a/themes/default/account/edit.blade.php b/themes/default/account/edit.blade.php index ddeada9e..bd6f6e6b 100644 --- a/themes/default/account/edit.blade.php +++ b/themes/default/account/edit.blade.php @@ -3,7 +3,6 @@ @section('body-class', 'page-account-edit') @push('header') - {{-- --}} @endpush @@ -13,13 +12,6 @@ - {{-- --}} -
@@ -58,15 +50,13 @@ value="{{ old('name', $customer->name ?? '') }}" required> {{ $errors->has('name') ? $errors->first('name') : __('common.error_required', ['name' => __('shop/account.edit.name')]) }} - {{-- @if ($errors->has('name'))@endif --}}
+ name="email" value="{{ old('email', $customer->email ?? '') }}" required> {{ $errors->has('email') ? $errors->first('email') : __('common.error_required', ['name' => __('shop/account.edit.email')]) }} - {{-- @if ($errors->has('email'))@endif --}}