@extends('layouts.email') @section('body')

WISDOM

 

Hi {{ $user_name }},

This quotation invoice has been approved and requires your payment.
Please find the details below:

  • Requested By: {{ $invoice->clienteleQuotation->createdBy->getFullNameAndNickName() }}
  • Client Name: {{ $invoice->clienteleQuotation->clientele->name }}
  • Company Name: {{ $invoice->clienteleQuotation->clientele->company_name }}
  • Quotation No.: {{ $invoice->clienteleQuotation->quotation_no }}
  • Invoice Status: {{ $invoice->getStatusName() }}
  • PO Number: {{ $invoice->po_number }}
  • Client's Signed Copy/ PO DOC: @if ($invoice->attachment_url) View Attachment @else N/A @endif
  • Remarks: @if ($invoice->remarks) {{ $invoice->remarks }} @else N/A @endif
  • Grand Total: RM {{ $invoice->clienteleQuotation->calculateRounded('grand_total') }}
  • Invoice: View Invoice
Check in WISDOM
 
@endsection