@extends('layouts.manage')
@section('title')
@lang('Settings Overview')
@endsection
@section('page-header-title')
@lang('Save Settings')
@endsection
@section('page-header-description')
@lang('View and Update Settings')
@endsection
@section('scripts')
@if(config('settings.toast_notifications_enable'))
@endif
@endsection
@section('content')
@include('partials.manage.subscribers.settings')
@endsection