@extends('layouts.frontend') @section('title', $quiz->title) @section('content')

{{ $quiz->title }}


{{--

Jainism MCQ Question

--}}
 1st place
 2nd place
 3rd place
 consolation

@forelse ($participants as $participant) @empty @endforelse
Profile Name Contact City Date & TimeStamp Score Ranking View Result
{{ $participant->user->name }} {{ $participant->user->mobile_number }} {{ $participant->user->city }} {{ $participant->finished_on }} {{ $participant->score }} @if ($participant->rank == 1)  1st place @elseif($participant->rank == 2)  2nd place @elseif($participant->rank == 2)  3rd place @else  consolation @endif View
{{ $participants->links() }}
@csrf
@endsection @section('scripts') @endsection