@if($errors->count()) @endif
{!! Form::label('keywords_sw', 'keywords in Swahili') !!} {!! Form::text('keywords_sw',null,['class'=>'form-control','data-role'=>"tagsinput"]) !!} Separate keywords By Comma
{!! Form::label('keywords_en', 'keywords in English') !!} {!! Form::text('keywords_en',null,['class'=>'form-control','data-role'=>"tagsinput"]) !!} Separate keywords By Comma
{!! Form::label('content_sw', 'Contents in Swahili') !!} {!! Form::textarea('content_sw',null,['class'=>'form-control','rows'=>'5']) !!}
{!! Form::label('content_en', 'Contents in English') !!} {!! Form::textarea('content_en',null,['class'=>'form-control','rows'=>'5']) !!}
Google Form reCAPTCHA Keys
{!! Form::label('recaptcha_site_key', 'reCAPTCHA Site Key') !!} {!! Form::text('recaptcha_site_key',null,['class'=>'form-control']) !!}
{!! Form::label('recaptcha_secret_key', 'reCAPTCHA Secret Key') !!} {!! Form::text('recaptcha_secret_key',null,['class'=>'form-control']) !!}
{!! Form::submit($submittitle, ['class' => 'btn btn-primary col-md-4 offset-md-4']) !!}