@extends('layouts.app') @section('content')
Email: {{ $customer->email }}
Phone: {{ $customer->phone ?? 'N/A' }}
Address: {{ $customer->address ?? 'N/A' }}
Company: {{ $customer->company_name ?? 'N/A' }}
No quotes for this customer.
@else| ID | Service | Total | Date | Action |
|---|---|---|---|---|
| {{ $quote->id }} | {{ $quote->service_type }} | ${{ number_format($quote->total, 2) }} | {{ $quote->created_at->format('d M Y') }} | View |