@extends('layout.master') @section('content')
@if($subscribers_enabled)

{{ trans('cachet.subscriber.button') }}

@endif

@include('dashboard.partials.errors')
@if($bannerImage = Setting::get('app_banner'))
@if($app_url = Setting::get('app_domain')) @else @endif
@endif

{{ formatted_date($incident->created_at) }}

@include('partials.incident', ['incident' => $incident, 'with_link' => false])
@stop