Lae/resources/views/notifications/charge_success.blade.php
2023-02-02 02:00:58 +08:00

5 lines
245 B
PHP

@if ($data['balance']->paid_at !== null)
{{ $data['user']->name }} {{ $data['balance']->paid_at->toDateTimeString() }} 充值了 {{ $data['balance']->amount }} 元,使用了
<x-payment :payment="$data['balance']->payment"/>
@endif