incident->severity_label); $subject = "[{$severityLabel}] Payment Incident: {$this->incident->title}"; return $this ->subject($subject) ->view('emails.payment-incident-alert') ->with([ 'title' => "Payment Incident – {$severityLabel}", 'incident' => $this->incident, 'dashboardUrl' => route('admin.payment-dashboard.show', $this->incident), ]); } }