mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
10 lines
124 B
PHP
10 lines
124 B
PHP
@extends('layout.master')
|
|
|
|
@section('content')
|
|
@modules
|
|
@stop
|
|
|
|
@section('bottom-content')
|
|
@include('partials.footer')
|
|
@stop
|