@foreach($categories as $category)
{{ $category->name }}
@if($category->category_chalengges->count())
@foreach($category->category_chalengges as $chalengge)
{{ $chalengge->name }}
{{ $chalengge->point }}
@endforeach
@else
This category not have challenge
@endif
@endforeach