@extends('layouts.admin.app') @section('title', 'Dashboard') @section('content') {{-- Stats Grid --}}
{{-- Charts + Recent Users row --}}
{{-- Chart (spans 2 cols) --}}
{{-- Chart placeholder (replace with Chart.js / ApexCharts call in @push('scripts')) --}}
@foreach([40,65,50,80,70,90,75,95,85,100,88,110] as $h)
@endforeach

Integrate Chart.js or ApexCharts for live data

{{-- Recent Users --}}
@endsection