@extends('layouts.app') @section('content')
{{-- Title: --}} {{ @$game->game_title }}
{{-- Draw Date: --}} {{ @$game->game_end_date }} {{ date('h:i A', strtotime($game->game_end_time)) }}
{{ @$game->game_draw_date }} {{ date('h:i A', strtotime($game->game_draw_date)) }} {{-- Ticket Price: $ {{ $game->game_ticket_prize }} --}}
$ 0
{{-- Ticket Price: $ {{ $game->game_ticket_prize }} --}}
@if(@ $game->featured_image) @else @endif
Ticket Information
  • 12
  • 17
  • 18
  • 25
  • 30
Winning Numbers
  • 12
  • 17
  • 18
  • 25
  • 30
Draw Prize

Sorry No number matched. You Lost !

@endsection