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 }}

@forelse($maildata->order_details as $d=>$detail) @empty @endforelse
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) }}
Total Amount
${{ number_format($maildata->price,2) }}
by : totoprayogo.com