@extends('layouts.app') @section('page-title', 'Sales Proposals') @section('content')
| # | Date | Client | Company | Total | Actions |
|---|---|---|---|---|---|
| {{ $quotation->quotation_number }} | {{ $quotation->date ? \Illuminate\Support\Carbon::parse($quotation->date)->format('Y-m-d') : '' }} | {{ $quotation->bill_to }} | {{ $quotation->company_name }} | {{ number_format($quotation->total,2) }} | Print Edit |
| No sales proposals found. | |||||