@extends('theme::layout.public') @section('seo_title')我的通知 - {{ Setting()->get('website_name') }}@endsection @section('content')
@if(in_array($notification->type,['remove_question','remove_article','remove_answer']))原因:@endif{{ str_limit(strip_tags($notification->content),450) }}