You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
303 B
PHTML
13 lines
303 B
PHTML
2 years ago
|
@component('mail::message')
|
||
|
# Dokumen Notifikasi
|
||
|
|
||
|
Reminder, untuk dokument <b>{{ $no_doc }}</b> akan berakhir pada {{ $end_date }} mohon untuk segera melakukan tindakan
|
||
|
|
||
|
@component('mail::button', ['url' => $url])
|
||
|
Detail Dokumen
|
||
|
@endcomponent
|
||
|
|
||
|
Terima kasih , <br>
|
||
|
{{ config('app.name') }}
|
||
|
@endcomponent
|