@extends('admin.layouts.app') @section('title', 'Tambah Game Baru') @section('content')
← Kembali ke daftar game

Informasi Game

@csrf
{{-- Title --}}
{{-- Developer --}}
{{-- Publisher --}}
{{-- Price --}}

Isi 0 untuk game gratis

{{-- Release Date --}}
{{-- Thumbnail URL --}}
{{-- Discount --}}

0 = tidak ada diskon

{{-- Website --}}
{{-- Short Description --}}

Maks 1000 karakter. Ditampilkan di halaman store & hero.

{{-- Genres --}}
@foreach($genres as $genre) @endforeach
{{-- Categories --}}
@foreach($categories as $category) @endforeach
{{-- Platforms --}}
@foreach($platforms as $platform) @endforeach
{{-- Description --}}
{{-- Minimum Requirements --}}
{{-- Screenshots Section --}}

Tambah screenshot game:

{{-- Trailers Section --}}

Tambah trailer game:

Batal
@endsection @push('scripts') @endpush