{{-- Part of virtualset project. --}} @extends('_global.mail.template') @section('content')

Income

Dear {{ $user->name }}

This is your income report.

{{ '$' . $monthlyTotal }}

This month

{{ '$' . $grandTotal }}

Total


Sales

@foreach($salesHistory as $history) @endforeach
Date Product Format price
{{ \Windwalker\Core\DateTime\DateTime::toLocalTime($history->order_paid_time, 'Y/m/d') }} {{ $history->product_title }} {{ $history->format_title }} {{ $history->price }}
More
@stop