<!--@if($grant->consultation_read)--> {@ $string = strip_tags($document->getSummary(350)); $content = preg_replace("/[\/,_|{(=)$&#;0-9*\[\]`%?.\-:@+a-z]/i", "", $string); // $content = preg_replace("/[0-9]/","*", $content); //$content = str_replace("/[0-9]/i", "*", $content); } {$content} <!--@else--> 프로젝트 확인은 등록된 프리랜서 그룹만 확인할 수 있습니다. <!--@end-->
위 코드에서 $grant->consultation_read 를 사용하면 게시판 상담 권한이 있는 경우만 미리보기 글을 출력합니다.