@extends('admin.layouts.app') @section('title', __('dashboard.add_game')) @section('content')
{{ __('dashboard.game_information') }}
@php $game = null; @endphp @include('admin.games.__inputs')
@endsection