@if($errors->count()) @endif {{--
{!! Form::label('summary_sw', 'Summary in Swahili [appears on homepage (very brief)]') !!} {!! Form::textarea('summary_sw', null, ['class' => 'form-control', 'rows'=>'3']) !!}
--}} {{--
{!! Form::label('summary_en', 'Summary in English [appears on homepage (very brief)]') !!} {!! Form::textarea('summary_en', null, ['class' => 'form-control', 'rows'=>'3']) !!}
--}}
{!! Form::label('content_sw', 'Content in Swahili') !!} {!! Form::textarea('content_sw', null, ['id' => 'redactor_sw', 'class' => 'form-control','rows'=>'3','cols'=>'80']) !!}
{!! Form::label('content_en', 'Content in english') !!} {!! Form::textarea('content_en', null, ['id' => 'redactor_en', 'class' => 'form-control','rows'=>'3','cols'=>'80']) !!}
{!! Form::label('status', 'Status') !!} {!! Form::select('status', array('1' => 'Active','0'=>'Inactive'), null,['class' => 'form-control'] ) !!}
{!! Form::submit($submitButton, ['class' => 'btn btn-primary col-12']) !!}