@extends('admin.layouts.app') @section('content')
Game Title : {{ $game->game_title }}Close Date and Time : {{ date('d M Y h:i a', strtotime($game->game_end_date . ' ' . $game->game_end_time)) }}Draw Date and Time : {{ date('d M Y h:i a', strtotime($game->game_draw_date . ' ' . $game->game_draw_time)) }}
@if(@$game->result_publish == 1)
Result Published
@else
Create Ticket
@endif
|
|