diff --git a/resources/views/layouts/partials/footer.blade.php b/resources/views/layouts/partials/footer.blade.php index 0e92e05f..8b6898e9 100644 --- a/resources/views/layouts/partials/footer.blade.php +++ b/resources/views/layouts/partials/footer.blade.php @@ -7,7 +7,7 @@
@include('rapidez::layouts.partials.footer.navigation') - @include('rapidez::layouts.partials.footer.newsletter') + @includeWhen(Rapidez::config('newsletter/general/active', 1), 'rapidez::layouts.partials.footer.newsletter')
@include('rapidez::layouts.partials.footer.social')