@extends('layouts.admin') @section('title', 'Admin Dashboard Overview') @section('header_title', 'Dashboard Overview') @section('content')
Total Products
Total Customers
Total Orders
| Product | Category | Price | Stock | Added |
|---|---|---|---|---|
|
@if($product->image_path)
@endif
{{ $product->name }}
|
{{ $product->category }} | ${{ number_format($product->price, 2) }} | {{ $product->stock }} | {{ $product->created_at->diffForHumans() }} |
| No products found. | ||||