's Profil

Username :

Nama :

Point :

Loading data...

Chalengge solved detail

@if ($user->chalengges->count()) @foreach ($user->chalengges as $chalengge)

{{ $chalengge->name . ' - ' . $chalengge->pivot->created_at->diffForHumans() }}

@endforeach @else

User not have challenge solved yet.

@endif