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

{!! $status !!} @if($has_component) ({{ $component_name }}) @endif

{!! $html_content !!}

@if($show_support)

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

@endif

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

@stop