@extends('theme::layout.public') @section('seo_title')邀请我回答的问题 - {{ Setting()->get('website_name') }}@endsection @section('content')

邀请我回答的问题

@foreach($invitations as $invitation)
{{ $invitation->question->title }} @if($invitation->status>0)@else @endif
@endforeach
{!! str_replace('/?', '?', $invitations->render()) !!}
@include('theme::layout.right_menu')
@endsection