{{-- Be like water. --}}
Edit
{{ __('Edit Category :: ' . $category->name) }}
{{-- {{ __('New Document Category') }} --}}
{{-- {{ __('Create a new document category.') }} --}}
{{ __('Name') }} *
{{ __('Saved.') }}
@if ($category->is_special)
Remove Special Feature
@else
Add Special Feature
@endif
{{ __('Save') }}
{{ __('Close') }}