Blade,
$text = preg_replace('#\<p\>(.+?)\</p\>#si', '\1', $$text); echo $text; // даст нам очищеный от тега <p></p> текст