@php ($headerOption = [ 'title' => 'Welcome to Dashboard', 'noCardView' => true ]) @extends('admin.layouts.layout', $headerOption) @push('page_css') @endpush @section('content')
{{-- Page Title + Tenant Selector (Super Admin) --}}

Welcome {{ auth()->user()->first_name }} {{ auth()->user()->last_name }}

@if($show_tenant_dropdown)
@endif
{{-- No-tenant placeholder (Super Admin before selection) --}} @if($show_tenant_dropdown)

Select a tenant above to view compliance insights.

@endif {{-- Compliance Dashboard (hidden for Super Admin until tenant selected) --}} {{-- /complianceDashboard --}}
@endsection @push('page_script') @endpush