@if($errors->count())
{!! $errors->first('mission_sw') !!}
{!! $errors->first('mission_en') !!}
{!! $errors->first('motto_sw') !!}
{!! $errors->first('motto_en') !!}
{!! $errors->first('vision_sw') !!}
{!! $errors->first('vision_en') !!}
@endif
{!! Form::label('mission_sw', 'Mission in Swahili') !!}
{!! Form::textarea('mission_sw', null, ['class' => 'form-control', 'rows'=>'3']) !!}
{!! Form::label('mission_en', 'Mission in English') !!}
{!! Form::textarea('mission_en', null, ['class' => 'form-control', 'rows'=>'3']) !!}
{!! Form::label('vision_sw', 'Vision in Swahili') !!}
{!! Form::textarea('vision_sw', null, ['class' => 'form-control', 'rows'=>'3']) !!}
{!! Form::label('vision_en', 'Vision in English') !!}
{!! Form::textarea('vision_en', null, ['class' => 'form-control', 'rows'=>'3']) !!}
{!! Form::label('motto_sw', 'Motto in Swahili') !!}
{!! Form::textarea('motto_sw', null, [ 'class' => 'form-control','rows'=>'3']) !!}
{!! Form::label('motto_en', 'Motto in english') !!}
{!! Form::textarea('motto_en', null, ['class' => 'form-control','rows'=>'3']) !!}