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