@extends('layouts.app') @section('page-title', $user->present()->nameOrEmail) @section('content')
@lang('app.contact_informations') | ||
---|---|---|
@lang('app.email') | {{ $user->email }} | |
@lang('app.phone') | {{ $user->phone }} |
@lang('app.additional_informations') | ||
---|---|---|
@lang('app.birth') | {{ $user->present()->birthday }} | |
@lang('app.address') | {{ $user->present()->fullAddress }} | |
@lang('app.last_logged_in') | {{ $user->present()->lastLogin }} |
@lang('app.action') | @lang('app.date') |
---|---|
{{ $activity->description }} | {{ $activity->created_at->format(config('app.date_time_format')) }} |