@extends('layout.master') @section('title', $schedule->name.' | '.$site_title) @section('bodyClass', 'no-padding') @section('outer-content') @include('partials.nav') @stop @section('content')

{{ $schedule->name }}

{{ $schedule->name }}{{ trans("cachet.incidents.scheduled_at", ["timestamp" => $schedule->scheduled_at_diff]) }}
{!! $schedule->formatted_message !!}
@stop @section('bottom-content') @include('partials.footer') @stop