{{-- Customer Show Page - Uses Admin Panel CSS Variables Only --}} @section('title', $customer->display_name . ' - Customer') @php $customerNotes = $customerNotes ?? collect(); $attachments = $attachments ?? collect(); @endphp
{{ $customer->name }}@if($customer->designation) · {{ $customer->designation }}@endif
@endifNo billing address
@endifNo shipping address
@endif{{ $portalUser->email }}
Account inactive
Enable for customer login
Add contacts to this company
| Invoice # | Subject | Date | Due Date | Total | Due | Status | Payment |
|---|---|---|---|---|---|---|---|
| {{ $inv->invoice_number }} | {{ Str::limit($inv->subject, 30) ?: '-' }} | {{ $inv->date ? date('d M Y', strtotime($inv->date)) : '-' }} | {{ $inv->due_date ? date('d M Y', strtotime($inv->due_date)) : '-' }} | ₹{{ number_format($inv->total, 2) }} | ₹{{ number_format($inv->amount_due, 2) }} | {{ ucfirst($inv->status) }} | {{ ucfirst($inv->payment_status) }} |
| Estimation # | Subject | Date | Valid Until | Total | Status |
|---|---|---|---|---|---|
| {{ $est->estimation_number }} | {{ Str::limit($est->subject, 30) ?: '-' }} | {{ $est->date ? date('d M Y', strtotime($est->date)) : '-' }} | {{ $est->valid_until ? date('d M Y', strtotime($est->valid_until)) : '-' }} | ₹{{ number_format($est->total, 2) }} | {{ ucfirst($est->status) }} |
| Proposal # | Subject | Date | Open Till | Total | Status |
|---|---|---|---|---|---|
| {{ $prop->proposal_number }} | {{ Str::limit($prop->subject, 30) ?: '-' }} | {{ $prop->date ? date('d M Y', strtotime($prop->date)) : '-' }} | {{ $prop->open_till ? date('d M Y', strtotime($prop->open_till)) : '-' }} | ₹{{ number_format($prop->total, 2) }} | {{ ucfirst($prop->status) }} |
Add a note below to keep track of important information.
Upload files to keep related documents with this customer.
Click to upload or drag & drop
Max file size: 20MB