diff --git a/resources/views/partials/component_input.blade.php b/resources/views/partials/component_input.blade.php index a70c77b3..628f2288 100644 --- a/resources/views/partials/component_input.blade.php +++ b/resources/views/partials/component_input.blade.php @@ -10,8 +10,8 @@ @endif /> {{ $component->name }} + @if($component->description) + + @endif - @if($component->description) - - @endif diff --git a/resources/views/subscribe/manage.blade.php b/resources/views/subscribe/manage.blade.php index 62d33ba8..7492664d 100644 --- a/resources/views/subscribe/manage.blade.php +++ b/resources/views/subscribe/manage.blade.php @@ -14,37 +14,31 @@
- Manage notifications for {{ $subscriber->email }} -
+Manage notifications for {{ $subscriber->email }}