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