Cachet/resources/views/index.blade.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