@extends('buyer.layout') @section('title') Buyer Dashboard @endsection @section('frontend-content')

Welcome, {{ Auth::user()->name ?? 'Buyer Name' }}

3 Active Orders
2 Pending Approvals
{{-- Active Orders and Production Timeline --}}
{{-- Active Orders Card --}}
Active Orders

Order #1234

Product Name
500 units In Production
Sampling
Production
Started
{{-- Recent Activities / Notifications --}}
Recent Activities / Notifications
  • ✅ Your sample for Order #1235 was approved
  • 📦 Shipment for Order #1222 has been dispatched
  • ⚠️ Delay alert: Fabric sourcing delayed by 2 days
{{-- Pending Actions --}}
Pending Actions
  • • Approve sample for Order #1235
  • • Confirm PO for Order #1236
  • • Provide design feedback on Order #1237
{{-- Document Center --}}
{{-- Production Timeline --}}
Production Timeline

Tech Pack Approved

Sample Sent

Production Started

Dispatch Date: Sep 05 2023

View More
{{-- Analytics & Insights --}}
Analytics & Insights

On-Time Delivery Rate

60%

Top Products Ordered

{{-- Notifications, Actions, Documents, Analytics --}}
@endsection @section('custom-script') @endsection