@extends('layouts.app') @section('title', 'Games - Admin Panel') @section('content')
| {{ __('Game') }} @if(request('sort') == 'title') @else @endif | {{ __('Category') }} | {{ __('Plays') }} @if(request('sort') == 'plays_count') @else @endif | {{ __('Status') }} | {{ __('Featured') }} | {{ __('Date') }} @if(request('sort', 'created_at') == 'created_at') @else @endif | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
|
@if($game->thumbnail)
{{ $game->title }}
@if($game->title_mm)
{{ $game->title_mm }} @endif {{ $game->isIframeGame() ? 'Iframe' : 'SWF' }} |
{{ $game->category->name }} | {{ $game->plays_count }} |
{{ $game->created_at->format('M d, Y') }} {{ $game->created_at->format('H:i') }} |