@extends('admin.layout') @section('header', 'Dashboard') @section('content')
{{ \App\Models\Product::count() }}
{{ \App\Models\Order::count() }}