mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-18 05:58:18 +01:00
16 lines
381 B
PHP
16 lines
381 B
PHP
@extends('layout.master')
|
|
|
|
@section('content')
|
|
@include('partials.modules.messages')
|
|
@include('partials.modules.status')
|
|
@include('partials.modules.components')
|
|
@include('partials.modules.metrics')
|
|
@include('partials.modules.stickied')
|
|
@include('partials.modules.scheduled')
|
|
@include('partials.modules.timeline')
|
|
@stop
|
|
|
|
@section('bottom-content')
|
|
@include('partials.footer')
|
|
@stop
|