{{ $user->id }} |
{{ $user->name }} {{ $user->surname }} |
@if( $user->date_of_birth != null )
{{ date('d-m-Y', strtotime( $user->date_of_birth )) }}
@endif
|
{{ $user->sex }} |
{{ $user->address }} |
{{ $user->city }} |
{{ $user->country }} |
{{ $user->number_private }} |
{{ $user->music_genre }} |
{{ $user->email_private }} |
{{ $user->email }} |
@if( $user->date_of_employment != null )
{{ date('d-m-Y', strtotime( $user->date_of_employment )) }}
@endif
|
@foreach ($user->user_id_pictures as $id_picture)
@endforeach
|
|
@endforeach