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

EXECUTIVE OVERVIEW

Company Operations

People, delivery, attendance and financial visibility in one place.

@foreach($stats as $label=>$value)

{{ ucwords(str_replace('_',' ',$label)) }}

{{ is_numeric($value)?number_format($value):$value }}

@endforeach

Latest payroll

{{ $payroll ? $payroll->period.' ยท '.$payroll->status : 'No payroll batch calculated yet.' }}

@endsection