@extends('layouts.admin') @section('title', 'Dashboard') @section('breadcrumb', 'Dashboard') @section('content')
Add New Book
Add books to inventory
Manage Books
View and manage all books
Manage Categories
View and manage categories
Manage Orders
View and manage orders
Analytics
View detailed reports
Settings
System configuration
View Store
Visit customer view
| User | Role | Joined |
|---|---|---|
|
{{ substr($recentUser->name, 0, 1) }}
{{ $recentUser->name }}
{{ $recentUser->email }}
|
{{ $recentUser->getRoleName() }} | {{ $recentUser->created_at->ist()->format('M d, Y') }} |
Users will appear here as they register.
| Order | Customer | Shipping Status | Total | Date | Action |
|---|---|---|---|---|---|
|
#{{ $order->order_number }}
{{ $order->orderItems->count() }} item(s)
|
{{ $order->user->name }}
{{ $order->user->email }}
|
{{ $order->shipping_partner_status_label }} | ₹{{ number_format($order->total_amount, 2) }} | {{ $order->created_at->ist()->format('M d, Y') }} | @menu('orders') View @endmenu |
Orders will appear here as customers make purchases.