@extends('layouts.app') @section('content')

Challenge History

@if(count(auth()->user()->userScore) > 0) {{-- --}} @foreach (auth()->user()->userScore->whereNotNull('division_id')->whereNotNull('challenge_id') as $key => $userScore) @endforeach
S.No Challenge Code Hosted By Jointed at
{{ ++$key }} {{ $userScore->challenge->challenge_code }} {{ $userScore->challenge->challenge_detail->host_by_name }} {{ $userScore->created_at->format('d/m/y') }}
@else

No data found

@endif @endsection