@extends('layout.emails') @section('preheader') {!! trans('cachet.subscriber.email.incident.html-preheader', ['app_name' => Setting::get('app_name')]) !!} @stop @section('content') {!! trans('cachet.subscriber.email.incident.html-preheader', ['app_name' => Setting::get('app_name')]) !!}

{!! $status !!} @if($incident->component) ({{ $incident->component->name }}) @endif

{!! $htmlContent !!}

@if(Setting::get('show_support'))

{!! trans('cachet.powered_by', ['app' => Setting::get('app_name')]) !!}

@endif

{!! trans('cachet.subscriber.email.unsubscribe') !!}

@stop