@php
$participant = ['No limit', '1 KTP unique 1 for day', '1 phone unique 1 for day', '1 KTP unique on event', '1 phone unique on event'];
@endphp
@extends('layout.default')
@include('layout.filter')
@section('styles')
@endsection
@section('content')
@yield('filter_view')
| Status | Ticket Number | Name | ID Card Number | Address | Phone | ||||
|---|---|---|---|---|---|---|---|---|---|
| @if($value['user_participant_status'] == 'winner') Winner @elseif($value['user_participant_status'] == 'skip' || $value['user_participant_status'] == 'not unique') {{$value['user_participant_status']}} @else Registered @endif | {{$value['user_participant_ticket_number']}} | {{$value['user_participant_name']}} | {{$value['user_participant_id_card_number']}} | {{$value['user_participant_address']}} | {{$value['user_participant_phone']}} | ||||
| Data Not Available | |||||||||