@extends('backend.index') @section('content')
@csrf
{!! makeTagSelector('meta_keywords[]',isset($category) ? $category->meta_keywords : old('meta_keywords')) !!}
{!! makeDropDown( array("0" => "Global settings", "1" => "By publication date", "2" => "By views", "3" => "Alphabetical", "4" => "By number of comments"), "news_sort", isset($category) ? $category->meta_description : old('news_sort') ) !!}
{!! makeDropDown( array("0" => "Global settings", "1" => "No", "2" => "Yes"), "show_sub", isset($category) ? $category->meta_description : old('show_sub') ) !!}
@endsection