Cachet/app/views/dashboard/notifications.blade.php
2014-12-13 13:30:44 +00:00

13 lines
257 B
PHP

@extends('layout.dashboard')
@section('content')
<div class="header">
<i class="fa fa-envelope"></i> {{ Lang::get('cachet.dashboard.notifications') }}
</div>
<div class="row">
<div class="col-sm-12">
<h3>Notifications</h3>
</div>
</div>
@stop