@php if ($user->profile->avatar_status == 1) { $userGravImage = $user->profile->avatar; } else { $userGravImage = Gravatar::get($user->email); } @endphp
{{ $user->name }} {{ Gravatar::get($user->email) }}
profile->user_profile_bg != NULL) style="background: url('{{$user->profile->user_profile_bg}}') center/cover;" @endif>

{{ $user->name }}

  • person {{ $user->first_name }} @if ($user->last_name) {{ $user->last_name }} @endif
  • contact_mail {{ $user->email }}
  • @if ($user->profile) @if ($user->profile->twitter_username)
  • {!! HTML::link('https://twitter.com/'.$user->profile->twitter_username, $user->profile->twitter_username, array('class' => 'twitter-link mdl-typography--font-light', 'target' => '_blank')) !!}
  • @endif @if ($user->profile->github_username)
  • {!! HTML::link('https://github.com/'.$user->profile->github_username, $user->profile->github_username, array('class' => 'github-link mdl-typography--font-light', 'target' => '_blank')) !!}
  • @endif @if ($user->profile->location)
  • location_on {{ $user->profile->location }}
  • @endif @if ($user->profile->bio)
  • comment

    {{ $user->profile->bio }}

  • @endif @endif
@if ($user->profile) @if ($user->profile->location)

LON: / LAT:

@endif @endif
@if (!Auth::guest() && Auth::user()->hasRole('administrator')) edit @endif