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