Lae/resources/views/notifications/charge_success.blade.php

5 lines
245 B
PHP
Raw Permalink Normal View History

2023-01-13 12:26:09 +00:00
@if ($data['balance']->paid_at !== null)
2023-02-01 18:00:58 +00:00
{{ $data['user']->name }} {{ $data['balance']->paid_at->toDateTimeString() }} 充值了 {{ $data['balance']->amount }} 元,使用了
<x-payment :payment="$data['balance']->payment"/>
2023-01-13 12:26:09 +00:00
@endif