{!!Form::vertical_open()
->id('game-game-create')
->method('POST')
->files('true')
->action(guard_url('game/game'))!!}
{{ trans('app.new') }} [{!! trans('game::game.name') !!}]
@include('game::admin.game.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}