@extends('layouts.admin') @section('content')

{{ $title }}

@if(session('success'))

{{ session('success') }}

@endif @if(session('error'))

{{ session('error') }}

@endif @if(session('warning'))

{{ session('warning') }}

@endif
@csrf
@if(!empty($game['cover']) && $game['cover'] == 1)
Game Cover
@endif

Upload a new cover image (JPG format)

@if(!empty($game['cover']) && $game['cover'] == 1) Cover Available @else No Cover @endif
Back to Game List
@endsection