@extends('partner.layouts.app') @section('title', 'Members') @section('content')

Member Insights

Understand your customer base demographics and behavior.

45,230

Total Reachable Members

1,247

Unique Visitors

4.8/5

Average Rating

Age Distribution

Visitor Locations

@foreach([['Colombo',65],['Kandy',15],['Galle',12],['Other',8]] as $row)
{{ $row[0] }}{{ $row[1] }}%
@endforeach
@endsection