@php($title = __('games.title_edit')) @extends('layouts.main') @section('breadclumbs')
@endsection @section('content') @include('components.form.errors_block') {!! Form::model($game, ['method' => 'PATCH','route' => ['admin.games.update', $game->code]]) !!}