@if($errors->count()) @endif
{{-- photo upload --}}
{!! 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 Description *') !!} {!! 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::text('type','photos', array('class' => 'form-control')) !!}
{!! Form::label('facility_category', 'Category') !!} {!! Form::text('facility_category',$facility_category, 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=>'Courses 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']) !!}