@extends('layouts.dashboard') @section('title', 'Company Growth') @section('header', 'Company Growth Analytics') @section('sidebar') @include('super-admin.partials.sidebar') @endsection @section('content')
Period: {{ $startDate->format('M d, Y') }} - {{ $endDate->format('M d, Y') }}
| Date | Companies Created |
|---|---|
| {{ \Carbon\Carbon::parse($item->date)->format('M d, Y') }} | {{ $item->count }} |
| No growth data found for this period. | |