{!! Form::label('title_sw', 'Title in in swahili *') !!}
{!! Form::text('title_sw',null,['class'=>'form-control']) !!}
{!! Form::label('title_en', 'Title in english *') !!}
{!! Form::text('title_en',null,['class'=>'form-control']) !!}
{!! Form::label('content_sw', 'Swahili Description') !!}
{!! Form::textarea('content_sw',null,['class'=>'form-control','rows'=>'3']) !!}
{!! Form::label('content_en', 'English Content') !!}
{!! Form::textarea('content_en',null,['class'=>'form-control','rows'=>'3']) !!}
{{--
{!! Form::label('featured', ' To Be Used as a Slider') !!}
{!! Form::checkbox('featured',null,['class'=>'form-control']) !!}
--}}
{!! Form::label('type', 'Category') !!}
{!! Form::select('type', array('' => 'Select Gallery Type','photos'=>'Photos','videos'=>'Videos'), null, array('class' => 'form-control')) !!}
{!! Form::label('featured', 'Gallery Usage *') !!}
{!! Form::select('featured', array(0 =>'Not Display On HomePage',1 => 'Display HomePage',2 =>'Service Image', 3 =>'Physical Library Images', 4 =>'Digital Library Images', 5 =>'Archive Images',6 =>'SILOWEMA Sliders',7 =>'SLM-PESA Sliders',8 =>'EYOLE Sliders'), null, array('class' => 'form-control')) !!}
{{--
{!! Form::label('specials', 'Special Page [Option]') !!}
{!! Form::select('specials', ['' => 'Select Special Page','list'=>$specials], null, array('class' => 'form-control')) !!}
--}}
{!! Form::submit($submitButton, ['class' => 'btn btn-primary col-md-6 offset-md-3']) !!}