@extends('admin.layouts.app') @section('title', __('dashboard.edit_game')) @section('content')
{{ __('dashboard.game_information') }}
@include('admin.games.__inputs')
@endsection