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