@extends('layouts.dashboard') @section('title', 'Dashboard') @section('content')

Dashboard

{{ $tenant->name }}

Still placeholder

Rows and settings still holding seeded copy or a seeded guess. Nothing here is live-broken — but nothing here is the client's real content or numbers either.

@if ($contentPlaceholders->isEmpty() && $settingsPlaceholders->isEmpty())

Nothing left flagged as placeholder.

@else @if ($contentPlaceholders->isNotEmpty())

Content

@endif @if ($settingsPlaceholders->isNotEmpty())

Settings & pricing

@endif @endif
@endsection