diff --git a/resources/views/partials/components_form.blade.php b/resources/views/partials/components_form.blade.php index 54eee258..2c260d70 100644 --- a/resources/views/partials/components_form.blade.php +++ b/resources/views/partials/components_form.blade.php @@ -13,7 +13,7 @@
@foreach($componentGroup->enabled_components()->orderBy('order')->get() as $component) -@include('partials.component_input', compact($component)) + @include('partials.component_input', compact($component)) @endforeach
@endif @@ -27,7 +27,7 @@ {{ trans('cachet.components.group.other') }} @foreach($ungrouped_components as $component) -@include('partials.component_input', compact($component)) + @include('partials.component_input', compact($component)) @endforeach @endif diff --git a/resources/views/subscribe/manage.blade.php b/resources/views/subscribe/manage.blade.php index e34b3b36..3bcade12 100644 --- a/resources/views/subscribe/manage.blade.php +++ b/resources/views/subscribe/manage.blade.php @@ -26,7 +26,7 @@
@if(!$component_groups->isEmpty() || !$ungrouped_components->isEmpty()) -@include('partials.components_form') + @include('partials.components_form') @else

{{ trans('cachet.subscriber.manage.no_subscriptions') }}

@endif