@extends('layout.master') @section('title', $schedule->name.' | '.$siteTitle) @section('description', trans('cachet.meta.description.schedule', ['name' => $schedule->name, 'startDate' => $schedule->scheduled_at_formatted])) @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