Some more code to facilitate creating your very first account.

This commit is contained in:
Sander Dorigo
2014-06-30 15:46:12 +02:00
parent b216c1e16b
commit 67ef8f6be6
10 changed files with 200 additions and 8 deletions

View File

@@ -19,6 +19,7 @@
</head>
<body>
<div class="container">
@include('partials.flashes')
@yield('content')
</div>