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