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.
monitor-doc/resources/views/emails/document/notification.blade.php

19 lines
758 B
PHTML

2 years ago
@component('mail::message')
# Dokumen Notifikasi
2 years ago
Reminder, untuk dokumen perlu diperhatikan :
@component('mail::table')
|No | Nama | Jenis | Status |
| ----------------------- |:---------------------:|:------------------------------:| ---------------------------:|
| @foreach($dueDocuments as $document)
| {{ $document->no_doc }} | {{ $document->name }} | {{ $document->variety->name }} | {{ $document->due_status }} |
| @endforeach
|@foreach($documents as $document)
| {{ $document->no_doc }} | {{ $document->name }} | {{ $document->variety->name }} | {{ $document->due_status }} |
|@endforeach
@endcomponent
2 years ago
Terima kasih , <br>
{{ config('app.name') }}
@endcomponent