@extends('mail.layout') @section('content')
|
Receipt
|
|
AMOUNT PAID
${{ number_format($invoice->total_cost, 2) }}
|
|
Hi {{ $invoice->customer->name }}, Thanks for your payment. We’ve received it successfully. |
| Payment Date | {{ now()->format('F j, Y') }} |
| Invoice Number | #{{ $invoice->workorder->workorder_number }} |
| Work Order | #{{ $invoice->workorder->workorder_number }} |
| View Invoice |
|
If you have any questions, reply to this email or contact us at {{ $invoice->workshopSite->phone_number ?? 'support' }}. |