@extends('layouts.admin') @section('header','games') @section('breadcrumbs')
Game Name index | Scenario | Status | Updated at |
---|---|---|---|
{{ $game->name }} | {{ $game->scenario->name }} | {{ $game->status }} | {{ date('d-m-Y H:i:s',strtotime($game->updated_at)) }} |
Please create a new game by clicking HERE
@endif