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

christmas promotion lottery

25th December 2022

Active

--}}
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
{{-- --}}
@endsection