From 09f4908def0ba0ca4a5127a1a77cff7c109ab5b6 Mon Sep 17 00:00:00 2001
From: FreeScout
- {{ __('Replying to this notification will email :name', ['name' => $customer->getFirstName(true)]) }} ({{ $conversation->customer_email }})
+ {{ __('Replying to this notification will email :name', ['name' => ($customer ? $customer->getFirstName(true) : '')]) }} ({{ $conversation->customer_email }})
@if ($conversation->getCcArray())
CC: {{ implode(', ', $conversation->getCcArray()) }}
@endif