{{ ___('common.my_profile') }}
{{ ___('common.edit') }}{{ ___('common.name') }}
{{ Auth::user()->name }}
{{ ___('common.e_mail_address') }}
{{ Auth::user()->email }}
{{ ___('common.date_of_birth') }}
{{ Auth::user()->date_of_birth }}
{{ ___('common.phone') }}
{{ Auth::user()->phone }}