@include('layouts.navigation') {{--

My Profile

Username

Name

Chalengges Solved

{{ $user->chalengges->count() }}

Points

Edit Profile

Loading data...

Chalengge solved detail

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

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

@endforeach @else

You dont have chalengge solved yet. let's find the flag

@endif
--}}

My Profile

Username

Name

Chalengges Solved

{{ $user->chalengges->count() }}

Points

Edit Profile

Loading data...

Chalengge solved detail

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

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

@endforeach @else

You dont have chalengge solved yet. let's find the flag

@endif