@extends( 'layouts.default' ) @section( 'content' )
@can( 'reply', $thread ) @if( $thread->isUnlocked() )
@csrf @error( 'body' )
@else

The conversation is old.

@endif @else @guest

Sign in to participate.

@else

You'll need to verify your account.

@endguest @endcan
@endsection