{{$NoticeBoardPost->Title}}
@if(Session::get('customer') == 0)
{{cus_lang("CUST_PANEL_PAGE_NOTICEBOARD_MSG_UPDATED")}} {{\Carbon\Carbon::createFromTimeStamp(strtotime($NoticeBoardPost->updated_at))->diffForHumans() }}
@if(User::checkCategoryPermission('NoticeBoardPost','Edit'))
@endif
@if(User::checkCategoryPermission('NoticeBoardPost','Delete'))
@endif
@else
{{cus_lang("CUST_PANEL_PAGE_NOTICEBOARD_MSG_UPDATED")}} {{\Carbon\Carbon::createFromTimeStamp(strtotime($NoticeBoardPost->updated_at))->diffForHumans() }}
@endif
@if(Session::get('customer') == 0)
{{Form::select('Type',array('post-none'=>'None','post-error'=>'Error','post-info'=>'Information','post-warning'=>'Warning'),$NoticeBoardPost->Type,array("class"=>"select2 post_type"))}}
@else
{{$NoticeBoardPost->Detail}}
@endif