{!! Form::label('photo_url', ' ') !!}
{!! Form::hidden('photo_url', null,['id' => 'upload_img','class'=>'form-control']) !!}
{!! Form::label('content_sw', 'Description In Swahili') !!}
{!! Form::textarea('content_sw',null,['id'=>'redactor_sw','class'=>'form-control']) !!}
{!! Form::label('content_en', 'Description In English') !!}
{!! Form::textarea('content_en',null,['id'=>'redactor_en','class'=>'form-control']) !!}
{!! Form::submit($submitButton, ['class' => 'btn btn-primary col-md-6 offset-md-3']) !!}