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