{!! Form::label('title_sw', 'Category title in swahili *') !!}
{!! Form::text('title_sw',null,['class'=>'form-control']) !!}
{!! Form::label('title_en', 'Category title in english *') !!}
{!! Form::text('title_en',null,['class'=>'form-control']) !!}
{{--
{!! Form::label('featured', 'Usage Option') !!}
{!! Form::select('featured', array(1 => 'Display On Homepage',0=>'Not Display On Homepage',), 0, array('class' => 'form-control')) !!}
--}}
{{--
{!! Form::label('services', 'Service [Option]') !!}
{!! Form::select('services', ['' => 'Select Service','list'=>$services], 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::label('digital_copy', 'Is Digital Copy?') !!}
{!! Form::select('digital_copy',array( '2' => 'No, Not Digital Copy','1'=>'Yes, Digital Copy'),null,['class'=>'form-control']) !!}
{{--
{!! Form::label('usage_option', 'Use in Download Center') !!}
{!! Form::select('usage_option',array('0'=>'NO, Don\'t use in Download Center', '1' => 'YES, Use in Download Center'),null,['class'=>'form-control']) !!}
--}}
{!! Form::submit($submitButton, ['class' => 'btn btn-primary col-md-12']) !!}