Cachet/app/views/dashboard/notifications.blade.php

13 lines
256 B
PHP
Raw Normal View History

2014-12-13 11:51:28 +00:00
@extends('layout.dashboard')
@section('content')
<div class="header">
2014-12-30 11:23:03 +00:00
<i class="ion ion-email"></i> {{ Lang::get('cachet.dashboard.notifications') }}
2014-12-13 11:51:28 +00:00
</div>
<div class="row">
<div class="col-sm-12">
2014-12-13 13:30:44 +00:00
<h3>Notifications</h3>
2014-12-13 11:51:28 +00:00
</div>
</div>
@stop