change-request
ajikamaludin 1 year ago
parent dfb27457d2
commit 6184ab71c5
Signed by: ajikamaludin
GPG Key ID: 476C9A2B4B794EBB

@ -140,7 +140,7 @@ export default function FormDocument(props) {
/>
<InputError message={errors.no_doc}/>
</div>
<div className='mt-4'>
{/* <div className='mt-4'>
<InputLabel forInput="name" value="Nama Dokumen" />
<TextInput
type="text"
@ -152,7 +152,7 @@ export default function FormDocument(props) {
isError={errors.name}
/>
<InputError message={errors.name}/>
</div>
</div> */}
<div className='mt-4'>
<InputLabel forInput="publisher" value="Penerbit" />
<TextInput

@ -3,7 +3,7 @@
Reminder, untuk dokumen perlu diperhatikan :
@component('mail::table')
|No | Nama | Jenis | Status |
|No | Perusahaan | Jenis | Status |
| ----------------------- |:---------------------:|:------------------------------:| ---------------------------:|
| @foreach($dueDocuments as $document)
| {{ $document->no_doc }} | {{ $document->company->name }} | {{ $document->variety->name }} | {{ $document->due_status }} |

Loading…
Cancel
Save