@extends('layouts.app') @section('content')
{{--

christmas promotion lottery

25th December 2022

Active

--}}
{{-- Title: --}} SUPER LOTTO 2023
{{-- Time: --}} This is a Text Lotto
{{-- Draw Date: --}} 7th July 2023
{{-- Ticket Price: $ {{ $gameDetail->game_ticket_prize }} --}}
@if(@ $gameDetail->featured_image) @else @endif
{{--
Game Title: {{ $gameDetail->game_title }}
Game Description: {{ $gameDetail->game_description }}
Time Zone: {{ $gameDetail->game_time_zone }}
Start Date and Time: {{ $gameDetail->game_start_date }} {{ date('g:i A', strtotime($gameDetail->game_start_time)) }}
End Date and Time: {{ $gameDetail->game_end_date }} {{ date('g:i A', strtotime($gameDetail->game_end_time)) }}
Draw Date and Time: {{ $gameDetail->game_draw_date }} {{ date('g:i A', strtotime($gameDetail->game_draw_time)) }}
Total Numbers allowed to Select: {{ $gameDetail->game_total_allowed_ticket }}
@if($gameDetail->featured_image) @else @endif
--}}
{{--
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if($ticket == null)
@csrf
SL NO Name Range
@else

You have already created the ticket

@endif
{{--
--}}
Checking
Numbers
23 8 45 42 50 47 5
Loss
Won
Checking
Numbers
23 8 45 42 50 47 5
Loss
Won
Checking
Numbers
23 8 45 42 50 47 5
Loss
Won
@endsection