diff --git a/app/views/dashboard/components.blade.php b/app/views/dashboard/components.blade.php
index 86711861..6fd7c310 100644
--- a/app/views/dashboard/components.blade.php
+++ b/app/views/dashboard/components.blade.php
@@ -29,31 +29,30 @@
Create a component
@if($component = Session::get('component'))
-
- @if($component->isValid())
- Awesome. Component added.
- @else
- Whoops. Something went wrong with the component. {{ $component->getErrors() }}
- @endif
-
+
+ @if($component->isValid())
+
Awesome. Component added.
+ @else
+
Whoops. Something went wrong with the component. {{ $component->getErrors() }}
@endif
-
-
+ @endif
+
+
@stop