{{-- Part of virtualset project. --}} @extends('_global.mail.template') @section('content')
Dear {{ $user->name }}
This is your income report.
{{ '$' . $monthlyTotal }} This month |
{{ '$' . $grandTotal }} Total |
Date | Product | Format | price |
---|---|---|---|
{{ \Windwalker\Core\DateTime\DateTime::toLocalTime($history->order_paid_time, 'Y/m/d') }} | {{ $history->product_title }} | {{ $history->format_title }} | {{ $history->price }} |