@extends('admin.layouts.home') @section('title', 'Add New Game') @section('content')

Add New HTML5 Game

Back to Games
Game Information
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Basic Information
Game Embed
Enter the URL of the HTML5 game. This should be a direct link to the game file or embed URL.
Note: Make sure the game URL is from a trusted source and the game is compatible with iframe embedding.
Game Instructions
Provide clear instructions on how to play the game, including controls and objectives.
Game Thumbnail
Recommended size: 400x300 pixels. Max file size: 2MB.
Game Settings
If enabled, this game will be visible to users.
If enabled, this game will be highlighted in featured sections.
Enable if this game supports multiplayer functionality.
@endsection @push('scripts') @endpush