@extends('layouts.master')
@section('styles')
@endsection
@section('content')
{{-- Page Header --}}
{{-- KPI Cards --}}
{{-- Dynamic cards will be rendered via JS --}}
{{-- Charts --}}
Active Users (DAU vs WAU)
{{-- Country & Source --}}
@endsection
@section('scripts')
@include('layouts.components.scripts')
@include('layouts.components.common-script')
@endsection