@php
if (!isset($errors)) {
$errors = collect([]);
}
@endphp
@if (request()->get('success') && empty($conversation->id))
{{-- request()->url() does not return HTTPS protocol --}}
{{ __('Submit another message') }}
@else
@if (request()->get('success') && !empty($conversation->id))