@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')

{{ $answers->total() }} 个回答

@foreach($answers as $answer)
{{ $answer->supports }} 赞同

{{ str_limit($answer->question_title,60) }} @if($answer->adopted_at>0) @endif

{{ str_limit(strip_tags($answer->content),300) }}

回答于 {{ timestamp_format($answer->created_at) }}

@endforeach
{!! str_replace('/?', '?', $answers->render()) !!}
@endsection