@extends('layouts.account', ['title' => __('account_info.page_title')]) @section('content')

{{ __('account_info.personal_info') }}

{{--
  • {{ auth()->user()->name }}
  • {{ auth()->user()->email }}
--}}
@csrf @if(session('error')) @endif
@if(auth()->user()->photo) {{ auth()->user()->name }} @else {{ auth()->user()->name }} @endif

{{ __('account_info.photo_requirements') }}

JPG, PNG or GIF (Max 2MB)

{{ __('account_info.please_enter_first_name') }}
{{ __('account_info.please_enter_valid_email') }}
{{ __('account_info.please_enter_phone_number') }}
user()->customer->date_of_birth)) : '' }}" }' placeholder="{{ __('account_info.choose_date') }}" type="text" />
{{--
--}}
{{-- --}}
{{--
  • {{ auth()->user()->email }}
  • {{ auth()->user()->phone ?? __('account_info.not_set') }}{{ __('account_info.verified') }}
--}} {{--
  • **************
@csrf @method('PUT') @if(session('error')) @endif @if(session('success')) @endif
--}} {{--

{{ __('account_info.delete_account') }}

{{ __('account_info.delete_account_description') }}

{{ __('account_info.delete_account') }}
--}}
@endsection @section('scripts') @endsection