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

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

Loading…
Cancel
Save