{!! $header !!}
{{ Form::text('title',old('title'),['class'=>'form-control', 'required']) }} {{ Form::label('title','Title*') }} {{ $errors->first('title') }}
{{ Form::textarea('meta_description',old('meta_description'),['class'=>'form-control', 'rows'=>2]) }} {{ Form::label('meta_description','Meta Description (Optional)') }}

For Search Engine Optimization

{{ Form::textarea('content',old('content'),['required', 'id' => 'my-ckeditor','class' => 'ckeditor']) }}

Content*

{{ Form::select('type',['news'=>'News','event'=>'Event','notice'=>'Notice','popup'=>'PopUp'],old('type'),['class'=>'form-control', 'required']) }} {{ Form::label('type','Type*') }}
{{-- --}}
{{ Form::text('title_np',old('title_np'),['class'=>'form-control']) }} {{ Form::label('title_np','Title_NP') }}
{{ Form::textarea('meta_description_np',old('meta_description_np'),['class'=>'form-control', 'rows'=>2]) }} {{ Form::label('meta_description_np','Meta Description_NP (Optional)') }}

For Search Engine Optimization

{{ Form::textarea('content_np',old('content_np'),['required', 'id' => 'my-ckeditor2' ,'class' => 'ckeditor']) }}

Content*

Check to add URL
is_checked) ? $news->is_checked : '')=='1' ? 'checked': '' }} data-switchery/>
is_checked) ? $news->is_checked: '0') @else style="display:none;" @endif>
@if(isset($news) && $news->image) @else @endif
{{--
@if(isset($news) && $news->banner_image) @else @endif
--}}
Publish
Published
is_published) ? $news->is_published : '')=='1' ? 'checked':'' }} data-switchery/>
Featured
is_featured) ? $news->is_featured : '')=='1' ? 'checked':'' }} data-switchery/>
{{--
--}} {{--
--}}