@if($errors->count())
{!! $errors->first('summary_sw') !!}
{!! $errors->first('summary_en') !!}
{!! $errors->first('content_sw') !!}
{!! $errors->first('content_en') !!}
@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']) !!}