@extends('layouts.admin') @section('title', 'Dashboard') @section('content')
Welcome back! Here's what's happening with your business platform.
Daily registrations over the last 30 days
Distribution of business categories
| USER | ROLE | JOINED |
|---|---|---|
|
{{ substr($user->name, 0, 1) }}
{{ $user->name }}
{{ $user->email }}
|
{{ ucfirst($user->role) }} | {{ $user->created_at->format('M d, Y') }} |
| BUSINESS | TYPE | CREATED |
|---|---|---|
|
{{ $business->name }}
{{ $business->user->name ?? 'N/A' }}
|
{{ ucfirst($business->type) }} | {{ $business->created_at->format('M d, Y') }} |