@extends('auth.quiz_participant.layouts.master') @section('content')
@if(count($authUser->quiz_matches)>0)

{{$authUser->quiz_match->match->title}} {{$authUser->quiz_match->match->event->title}}

@endif
@endsection