order_gizi/resources/views/mail/notifikasi-customer.blade.php
2025-08-05 16:00:45 +07:00

13 lines
175 B
PHP

<x-mail::message>
# Introduction
The body of your message.
<x-mail::button :url="''">
Button Text
</x-mail::button>
Thanks,<br>
{{ config('app.name') }}
</x-mail::message>