You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
437 B
17 lines
437 B
@component('mail::message')
|
|
# Commission Rate Updated {{$shop->name}} shop.
|
|
|
|
Dear Admin,
|
|
|
|
The {{$shop->name}} shop's admin commission rate updated to {{ $balance->admin_commission_rate }}%:
|
|
|
|
|
|
The {{$shop->name}} shop's summary :
|
|
|
|
- Total Earnings: {{ $balance->total_earnings }}
|
|
- Admin Commission Rate: {{ $balance->admin_commission_rate }}
|
|
- Current Balance: {{ $balance->current_balance }}
|
|
|
|
Thank you for your business!
|
|
|
|
@endcomponent
|