{{ $user->present()->name }}
@if ($socialNetworks)
@if ($socialNetworks->facebook)
@endif
@if ($socialNetworks->twitter)
@endif
@if ($socialNetworks->google_plus)
@endif
@if ($socialNetworks->linked_in)
@endif
@if ($socialNetworks->skype)
@endif
@if ($socialNetworks->dribbble)
@endif
@endif
| @lang('app.contact_informations') |
| @lang('app.email') |
{{ $user->email }} |
@if ($user->phone)
| @lang('app.phone') |
{{ $user->phone }} |
@endif
@if ($socialNetworks && $socialNetworks->skype)
| Skype |
{{ $socialNetworks->skype }} |
@endif
| @lang('app.additional_informations') |
| @lang('app.birth') |
{{ $user->present()->birthday }} |
| @lang('app.address') |
{{ $user->present()->fullAddress }} |
| @lang('app.last_logged_in')' |
{{ $user->present()->lastLogin }} |