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