firefly-iii/app/views/reports/index.blade.php

10 lines
169 B
PHP
Raw Normal View History

2014-09-27 00:06:19 -05:00
@extends('layouts.default')
@section('content')
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<p>
Here be content.
</p>
</div>
</div>
@stop