@extends('theme::layout.space') @section('seo_title')@if(Auth()->check() && Auth()->user()->id === $userInfo->id )我@else{{ $userInfo->name }} @endif 的回答 - {{ Setting()->get('website_name') }}@endsection @section('space_content')
{{ str_limit(strip_tags($answer->content),300) }}
回答于 {{ timestamp_format($answer->created_at) }}