Invoice #{{ $maildata->orderid }}
{{ \Carbon\Carbon::parse($maildata->created_at)->format('d M Y') }}
User Information
{{ $maildata->fname }} {{ $maildata->lname }}
{{ $maildata->email }}
{{ $maildata->phone }}
{{ $maildata->address }}
{{ $maildata->city }} - {{ $maildata->zipcode }}
ID | Name | Quantity | Unit Cost | Total |
---|---|---|---|---|
{{ $d+1 }} | {{ $detail->product_name }} | {{ $detail->quantity }} | ${{ number_format($detail->product_price,2) }} | ${{ number_format(($detail->product_price*$detail->quantity),2) }} |