@extends('layouts.dashboard') @section('title', 'Dashboard') @section('content')
Here's an overview of your projects and orders.
Quote Requests
{{ $stats['total_quote_requests'] }}
Pending Quotes
{{ $stats['pending_quotes'] }}
Active Orders
{{ $stats['active_orders'] }}
Completed
{{ $stats['completed_orders'] }}
{{ $request->request_number }}
{{ $request->created_at->diffForHumans() }}
Create your first quote request to get started.
{{ $order->order_number }}
${{ number_format($order->amount, 2) }}
@if($order->isActive() && $order->due_date)Due {{ $order->due_date->diffForHumans() }}
@endifOrders will appear here once you accept quotes.
Manage quote requests, orders, and users