@include('layouts.partials/title-meta', ['title' => $title ?? 'Settings']) @include('layouts.partials/head-css') @section('css') @endsection
@include('layouts.partials/topbar', ['topbarTitle' => $topbarTitle ?? 'Settings']) @include('layouts.partials/horizontal-nav')

Settings

{{-- Appearance - No permission required, visible to all users --}} Appearance {{-- User Management - Requires user_management permission --}} @can('User Management') User Management @endcan {{-- Role Management - Requires role_management permission --}} @can('Role Management') Role Management @endcan {{-- Login Logs - Requires login_logs permission --}} @can('Login Logs') Login Logs @endcan {{-- Menus - Requires menu_management permission --}} @can('Menus') Menus @endcan {{-- Advanced - Requires advanced_settings permission --}} @can('advanced_settings') Advanced @endcan
@yield('content')
@include('layouts.partials/footer')
@include('layouts.partials/customizer') @include('layouts.partials/footer-scripts') @yield('scripts')