@extends('layouts.manage')
@section('title')
@lang('Custom CSS')
@endsection
@section('page-header-title')
@lang('Save Settings')
@endsection
@section('page-header-description')
@lang('View and Update Settings')
@endsection
@section('styles')
@endsection()
@section('scripts')
@if(config('settings.toast_notifications_enable'))
@endif
@include('includes.tab_system_scripts')
@endsection
@section('content')
@include('partials.manage.settings.css-editor')
@endsection