Validator::extend('not_empty_html', function ($attribute, $value) { return !empty(trim(strip_tags($value))); });