{{ $invoice->user->name }}
✉️ {{ $invoice->user->email }}
@if($invoice->user->phone)📱 {{ $invoice->user->phone }}
@endif| Descripción | Cant. | Precio Unit. | Total |
|---|---|---|---|
|
{{ $item['description'] }} |
{{ $item['quantity'] }} | ${{ number_format($item['unit_price'], 2) }} | ${{ number_format($item['total'], 2) }} |
{{ $invoice->notes }}
@endif @if(!empty($settings['footer_text'])){{ $settings['footer_text'] }}
@endifID de Transacción: {{ $invoice->transaction_id }}
{{ $settings['site_name'] ?? 'CoachPro' }}
Gracias por su confianza
Documento generado el {{ now()->format('d/m/Y H:i') }}