@extends('layouts.master') @section('title', 'Lottery | Pharaoh CF') @section('background-image', '/assets/images/bg-2.png') @section('bg-y', '-100px') @section('content')

{{ __("event.LotteryNotice") }}

Monthly Lottery

Current Lottery Amount: {{ number_format($lottery_info['PRIZE_CNT']) }}

@if(!$user_participation->isEmpty())
You are a participant @else
You are not a participant @endif

Lottery History

@forelse ($lottery_info_history as $lottery_info_history_item) @empty @endforelse
Nickname Won Lottery ZP Date
{{ $lottery_info_history_item['WINNER'] }} {{ $lottery_info_history_item['LAST_CNT'] }} {{ date('dS F, Y', strtotime($lottery_info_history_item['REG_DATE'])) }}
You have no flips
{{ $lottery_info_history->links("pagination.cf-pagination", ["paginator" => $lottery_info_history]) }}
@endsection