{{ __('Category') }}

{{ __('Create') }} {{ __('Category') }} @csrf
{{ __('Name') }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
{{ __('Description') }}
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{ __('Save') }}