@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')
@include('layout.notifications')
Brand
: {{$detail_event['brand_name']}}
Product
: {{$detail_event['product_name']}}
Time Start
: {{$detail_event['event_time_start'] ? date('d-m-Y H:i', strtotime($detail_event['event_time_start'])) : null}}
Time End
: {{$detail_event['event_time_end'] ? date('d-m-Y H:i', strtotime($detail_event['event_time_end'])) : null}}
QTY Available
: {{$detail_event['event_qty_available']}}
Method
: {{$detail_event['event_method']}}

@if($detail_event['event_method'] == 'Raffle' && $detail_event['generate_status'] == 0) @endif
@if(!empty($data)) @foreach($data as $value) @endforeach @else @endif
No Ticket Number Name ID Card Number Address Phone Action
{{$value['winner_number']}} {{$value['user_participant_ticket_number']}} {{$value['user_participant_name']}} {{$value['user_participant_id_card_number']}} {{$value['user_participant_address']}} {{$value['user_participant_phone']}} Update
Data Not Available

@if (!empty($data_paginator)) {{ $data_paginator->links('pagination') }} @endif
@endsection @section('scripts') @yield('filter_script') @endsection