@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')

Add Theme Setting

Back

The field labels marked with * are required input fields.

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