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