@if($resource != null)
@if($replyShow)
@error('body') {{ $message }} @enderror
{{-- --}}
@error('from_email') {{ $message }} @enderror
{{--
--}}
{!! $body !!}
@if($showCanned)

@forelse($cannedResponses as $cannedResponse) {{$cannedResponse->title}} @empty No Responses Found @endforelse

@endif @elseif($forwardShow)
{{-- --}} {{-- --}}
{{-- --}}
@error('from_email') {{ $message }} @enderror
{{--
--}}
{!! $body !!}
@if($showCanned)

@forelse($cannedResponses as $cannedResponse) {{$cannedResponse->title}} @empty No Responses Found @endforelse

@endif
@else @if($ResourceInfo->resource->status != 'Send') @endif @endif
@endif