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