@extends('layouts.admin') @section('title', 'Quotes & Proformas') @section('page-title', 'Quotes & Proformas') @section('content')
| Issue Date | Doc. No. | Status | Client Name | Valid Until | Amount | Action | |
|---|---|---|---|---|---|---|---|
| {{ $quote->quote_date->format('d M Y') }} |
{{ $quote->quote_number }}
{{ $quote->typeLabel() }}
|
{{ $status['label'] }} | {{ $quote->customer->name ?? '—' }} | {{ $quote->valid_until?->format('d M Y') ?? '—' }} | ₹{{ number_format($quote->grand_total, 2) }} |
With quotes, you can give your clients an offer they can't refuse.