diff --git a/app/views/dashboard/user.blade.php b/app/views/dashboard/user.blade.php index 31a6ba8c..1d742714 100644 --- a/app/views/dashboard/user.blade.php +++ b/app/views/dashboard/user.blade.php @@ -1,39 +1,43 @@ @extends('layout.dashboard') @section('content') -
- {{ Lang::get('cachet.dashboard.user') }} -
-
-
- @if($updated = Session::get('updated')) -
- @if($updated) - Awesome. Profile updated. - @else - Whoops. Something went wrong when updating. - @endif -
- @endif +
+ + {{ Lang::get('cachet.dashboard.user') }} + +
+
+
+
+ @if($updated = Session::get('updated')) +
+ @if($updated) + Awesome. Profile updated. + @else + Whoops. Something went wrong when updating. + @endif +
+ @endif -
-
-
- - -
-
- - -
-
- - -
-
+ +
+
+ + +
+
+ + +
+
+ + +
+
- -
-
-
+ + +
+
+
@stop