@php if (config('database.connections.saleprosaas_landlord') && !tenant()) { $layout = 'landlord.layout.main'; $routePrefix = 'superadminSetting.'; } else { $layout = 'backend.layout.main'; $routePrefix = 'setting.'; } @endphp @extends($layout) @section('content')

Edit Theme Setting

Back

The field labels marked with * are required input fields.

@csrf @method('PUT') @include('backend.setting.theme_settings._form', ['theme' => $themeSetting])
@endsection