{{ $user->name }}
{{ $user->email ?? $blank }}
{{ $user->city ?? $blank }}
@extends('layouts.frontend_leaderboard') @section('title', $quiz->title) @section('styles') {!! SEO::generate() !!} @endsection @section('content') @auth @if (auth()->user()->profile_picture != null) @php $user_profile = auth() ->user() ->profile_picture->getUrl(); @endphp @else @php $user_profile = '/theme/v2/images/new_logo1.png'; @endphp @endif @endauth
Answer: {!! $correct_answer[$correct_answer_column] !!}
@empty @endforelse1st Place
{{ $user->email ?? $blank }}
{{ $user->city ?? $blank }}
Submitted at: {{ \Carbon\Carbon::parse($submitted_on->submitted_on)->format('h:i:sa') }}
2nd Place
{{ $user->email }}
{{ $user->city }}
Submitted at: {{ \Carbon\Carbon::parse($submitted_on->submitted_on)->format('h:i:sa') }}
Lucky Winner
{{ $user->email }}
{{ $user->city }}
Submitted at: {{ \Carbon\Carbon::parse($submitted_on->submitted_on)->format('h:i:sa') }}
Lucky Winner
{{ $user->email }}
{{ $user->city }}
Submitted at: {{ \Carbon\Carbon::parse($submitted_on->submitted_on)->format('h:i:sa') }}
|
City: {{ $user->city ?? 'Data not provided.' }} |
Total Score{{ $participant->total }} |
|
No Participants. |
|
|
No Participants. |
|
|
City: {{ $user->city ?? 'Data not provided.' }} |
Total Score{{ $participant->total }} |
|
No Participants. |
|
|
No Participants. |
|
|
City: {{ $user->city ?? 'Data not provided.' }} |
Total Score{{ $participant->total }} |
|
No Participants. |
|