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')
-
-
-
- @if($updated = Session::get('updated'))
-
- @if($updated)
- Awesome. Profile updated.
- @else
- Whoops. Something went wrong when updating.
- @endif
-
- @endif
+
+
+
+
+ @if($updated = Session::get('updated'))
+
+ @if($updated)
+ Awesome. Profile updated.
+ @else
+ Whoops. Something went wrong when updating.
+ @endif
+
+ @endif
-
-
-
+
+
+
+
+
@stop