@php $is_reply = isset($reply_comment); @endphp {{-- Show a previous of the comment we're replying to --}} @if ($is_reply) @endif
{{ csrf_field() }} @if ($is_reply) @endif
@if ($errors->has('commentor_name'))
{{ $errors->first('commentor_name') }}
@endif
@if ($errors->has('commentor_email'))
{{ $errors->first('commentor_email') }}
@endif
@if ($errors->has('comment_text'))
{{ $errors->first('comment_text') }}
@endif
@if ($is_reply) @else @endif
@push('scripts') @endpush