{{ __('Edit Category') }}: {{ $category->name }}

{{ __('Back to Categories') }} @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
Total Projects: {{ $category->projects_count }}
Last Updated: {{ $category->updated_at->format('M d, Y') }}
is_featured) ? 'checked' : '' }} class="h-4 w-4 text-primary-600 focus:ring-primary-500 border-gray-300 rounded">
{{ __('Cancel') }} {{ __('Update Category') }}
@push('scripts') @endpush